aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/parse.c b/src/parse.c
deleted file mode 100644
index 5cdb066..0000000
--- a/src/parse.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "minishell.h"
-
-t_parsing *ms_parse(char *input)
-{
- (void)input;
- return NULL;
-}