aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/result_state_database.c
diff options
context:
space:
mode:
Diffstat (limited to 'backendC/CleanCompilerSources/result_state_database.c')
-rw-r--r--backendC/CleanCompilerSources/result_state_database.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/backendC/CleanCompilerSources/result_state_database.c b/backendC/CleanCompilerSources/result_state_database.c
index c9e92ae..edc7baf 100644
--- a/backendC/CleanCompilerSources/result_state_database.c
+++ b/backendC/CleanCompilerSources/result_state_database.c
@@ -137,9 +137,6 @@ void create_result_state_database (struct imp_rule *imp_rules)
TypeAlts type_alt;
struct state *state_p;
- if (rule->rule_root->node_symbol->symb_def->sdef_over_arity!=0)
- continue;
-
type_alt=rule->rule_type;
if (type_alt==NULL)
continue;