diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-04 17:54:15 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-04 17:54:15 +0200 |
commit | f2924d712bfb49037763f232e0132d78334f4219 (patch) | |
tree | c184b2cd238c53b0293f29f69ed948931035ed59 /src/s_struct.h | |
parent | Added -P to cwd (diff) | |
download | 42-minishell-f2924d712bfb49037763f232e0132d78334f4219.tar.gz 42-minishell-f2924d712bfb49037763f232e0132d78334f4219.tar.bz2 42-minishell-f2924d712bfb49037763f232e0132d78334f4219.tar.xz 42-minishell-f2924d712bfb49037763f232e0132d78334f4219.tar.zst 42-minishell-f2924d712bfb49037763f232e0132d78334f4219.zip |
FeelsGoodMan
Diffstat (limited to '')
-rw-r--r-- | src/s_struct.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s_struct.h b/src/s_struct.h index 8c72012..f798ed7 100644 --- a/src/s_struct.h +++ b/src/s_struct.h @@ -56,7 +56,6 @@ typedef struct s_msh { char **envp; char *ps_one; - char *cwd; uint8_t ret; char *shname; char **bu_ref; |