aboutsummaryrefslogtreecommitdiff
path: root/src/parse/cmd_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/cmd_parse.c')
-rwxr-xr-xsrc/parse/cmd_parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/cmd_parse.c b/src/parse/cmd_parse.c
index c655c5c..ef5a518 100755
--- a/src/parse/cmd_parse.c
+++ b/src/parse/cmd_parse.c
@@ -15,7 +15,6 @@ t_ast *push_cmd(t_ast *ast, t_ftlst *rest)
{
t_ftlst *new;
- /* new = rest->data; */
if (ast == NULL)
{
ast = ast_new(AST_CMD);