diff options
author | johnvg | 2011-03-18 10:47:47 +0000 |
---|---|---|
committer | johnvg | 2011-03-18 10:47:47 +0000 |
commit | 4dcc19ae2d3ca1b4dc7ac9ace3c77786144f250c (patch) | |
tree | b6fb688b6563b6a03322eebbf3a7ae97db4c53d9 /backendC/CleanCompilerSources/result_state_database.c | |
parent | pass 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.c | 3 |
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; |