aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/result_state_database.c
diff options
context:
space:
mode:
authorjohnvg2011-03-18 10:47:47 +0000
committerjohnvg2011-03-18 10:47:47 +0000
commit4dcc19ae2d3ca1b4dc7ac9ace3c77786144f250c (patch)
treeb6fb688b6563b6a03322eebbf3a7ae97db4c53d9 /backendC/CleanCompilerSources/result_state_database.c
parentpass generic info only to instances for OBJECT, CONS and FIELD, (diff)
update files for the Mac after removing some unused fields and values on Windows
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1883 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
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;