aboutsummaryrefslogtreecommitdiff
path: root/src/parse/lexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/lexer.c')
-rw-r--r--src/parse/lexer.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/parse/lexer.c b/src/parse/lexer.c
deleted file mode 100644
index 2aa8a6f..0000000
--- a/src/parse/lexer.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-** \file lexer.c
-** \brief Lexer
-*/
-
-#include "minishell.h"
-
-/* static char **lex_len(char *input) */
-/* { */
-/* int i; */
-/* */
-/* i = 0; */
-/* while(input[i] != '\0') */
-/* { */
-/* lex_comp_cmd(input); */
-/* i++; */
-/* } */
-/* } */
-
-/* char **lexer(char *input) */
-/* { */
-/* if (!input) */
-/* return (NULL); */
-/* lex_len(input); */
-/* return (NULL); */
-/* } */