aboutsummaryrefslogtreecommitdiff
path: root/src/parse/redir_parse.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-18 13:44:38 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-18 13:44:38 +0200
commitabd0785ea2734201251609275b361557abc04553 (patch)
tree0cd1ca8c45c8669a3f882207c642d9da2f7ed8d1 /src/parse/redir_parse.c
parent9aab4ace12a04d0c5477909e54bb43fefcd19f9c (diff)
parent4d5e2f861331989f8de16e3b0458e45b34bd0b6f (diff)
downloadminishell-abd0785ea2734201251609275b361557abc04553.tar.gz
minishell-abd0785ea2734201251609275b361557abc04553.tar.bz2
minishell-abd0785ea2734201251609275b361557abc04553.zip
Merge branch 'parse_cmd'
Diffstat (limited to 'src/parse/redir_parse.c')
-rwxr-xr-xsrc/parse/redir_parse.c1
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);