aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/comparser_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'backendC/CleanCompilerSources/comparser_2.c')
-rw-r--r--backendC/CleanCompilerSources/comparser_2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/backendC/CleanCompilerSources/comparser_2.c b/backendC/CleanCompilerSources/comparser_2.c
index 64a0eab..4a5394e 100644
--- a/backendC/CleanCompilerSources/comparser_2.c
+++ b/backendC/CleanCompilerSources/comparser_2.c
@@ -24,7 +24,6 @@
# include "statesgen.h"
# include "comparser.h"
# include "buildtree.h"
-# include "comprehensions.h"
# include "settings.h"
# include "checksupport.h"
@@ -197,7 +196,5 @@ InitParser (void)
AllSymbol = NewSymbol (all_symb);
EmptyTypeSymbol = NewSymbol (empty_type);
- InitialiseEnumFunctionIds ();
-
clear_p_at_node_tree();
} /* InitParser */