diff options
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/statesgen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backendC/CleanCompilerSources/statesgen.c b/backendC/CleanCompilerSources/statesgen.c index e449184..a15930c 100644 --- a/backendC/CleanCompilerSources/statesgen.c +++ b/backendC/CleanCompilerSources/statesgen.c @@ -3760,8 +3760,6 @@ static NodeDefs *CollectSharedNodeIdsInRootNode (Node* node_p,NodeId parent_node case_last=&case_node_p->node_node_defs; case_last=CollectSharedNodeIdsInRootNode (&case_node_p->node_arguments->arg_node, parent_node_id, case_last); *case_last=NULL; - - AddStrictLhsNodeIdsToNodeDefs (node->node_strict_node_ids,&node->node_node_defs); } else error_in_function ("CollectSharedNodeIdsInRootNode"); } |