diff --git a/includes/minishell.h b/includes/minishell.h index bdc49ef..a2fce57 100644 --- a/includes/minishell.h +++ b/includes/minishell.h @@ -58,7 +58,6 @@ typedef struct s_command { int err_var; struct s_simple *current_s_cmd; char **path; - int pid; } t_cmd; //main.c