aboutsummaryrefslogtreecommitdiff
path: root/src/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl.c')
-rw-r--r--src/repl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/repl.c b/src/repl.c
index a0b7864..3f4435d 100644
--- a/src/repl.c
+++ b/src/repl.c
@@ -26,7 +26,6 @@ void repl(const char *prompt, t_env **env)
t_token *token_list;
t_node *ast;
- (*promptflag)++;
while (1)
{
input = readline(prompt);