diff options
Diffstat (limited to 'src/parse/redir_parse.c')
| -rwxr-xr-x | src/parse/redir_parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/redir_parse.c b/src/parse/redir_parse.c index 839e37c..768506e 100755 --- a/src/parse/redir_parse.c +++ b/src/parse/redir_parse.c @@ -12,7 +12,6 @@ t_ast *push_redir(t_ast *ast, t_ftlst *rest) { t_ftlst *new; - /* new = rest->data; */ if (ast == NULL) { ast = ast_new(AST_CMD); |
