aboutsummaryrefslogtreecommitdiff
path: root/include/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/token.h')
-rw-r--r--include/token.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/token.h b/include/token.h
index fb9633d..226c9ac 100644
--- a/include/token.h
+++ b/include/token.h
@@ -49,7 +49,6 @@ void free_token_and_connect(t_token *token);
void tokenizer(char *s, t_token **token_list,
char quote_check);
void print_token(t_token *token);
-
void free_token2(t_token *token);
void free_token_and_connect2(t_token *token);