aboutsummaryrefslogtreecommitdiff
path: root/backendC
diff options
context:
space:
mode:
Diffstat (limited to 'backendC')
-rw-r--r--backendC/CleanCompilerSources/pattern_match.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/backendC/CleanCompilerSources/pattern_match.c b/backendC/CleanCompilerSources/pattern_match.c
index 9c335d9..34c8625 100644
--- a/backendC/CleanCompilerSources/pattern_match.c
+++ b/backendC/CleanCompilerSources/pattern_match.c
@@ -433,9 +433,6 @@ static void remove_aliases_from_node (NodeP node)
case IfNode:
{
ArgP cond_arg,then_arg;
- int local_scope;
-
- local_scope=node->node_if_scope+2;
cond_arg=node->node_arguments;
then_arg=cond_arg->arg_next;