Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
68092c8b
Commit
68092c8b
authored
Feb 08, 2002
by
John van Groningen
Browse files
remove some unused code
parent
f3f12e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/pattern_match.c
View file @
68092c8b
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment