aboutsummaryrefslogtreecommitdiff
path: root/src/parse/cmd_parse.c
diff options
context:
space:
mode:
authornass1pro <nass1pro@gmail.com>2020-06-17 15:03:39 +0200
committernass1pro <nass1pro@gmail.com>2020-06-17 15:03:39 +0200
commit4a0fc35cbe98d75f64113643768b16c9b29d773f (patch)
tree96643912d5829acf520c5e3b68e90f6d6fabbb30 /src/parse/cmd_parse.c
parenta1704494c323177d4c4d8cf822aa80297181c4fe (diff)
downloadminishell-4a0fc35cbe98d75f64113643768b16c9b29d773f.tar.gz
minishell-4a0fc35cbe98d75f64113643768b16c9b29d773f.tar.bz2
minishell-4a0fc35cbe98d75f64113643768b16c9b29d773f.zip
Clean lexe
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);