aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2002-02-08 14:08:24 +0000
committerjohnvg2002-02-08 14:08:24 +0000
commit7444221278bd0de9d05fefbd94e95065dae37419 (patch)
tree703d4afab9576d40d1f2aa66c614664b68d2a9f1
parent- change in strictness information (diff)
remove some unused code
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1009 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-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;