From 7444221278bd0de9d05fefbd94e95065dae37419 Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 8 Feb 2002 14:08:24 +0000 Subject: remove some unused code git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1009 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/pattern_match.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'backendC') 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; -- cgit v1.2.3