Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
f2650920
Commit
f2650920
authored
Jul 31, 2008
by
Michael Beck
Browse files
- removed a now superfluous function
[r20871]
parent
4548ead5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irscc.c
View file @
f2650920
...
...
@@ -209,24 +209,13 @@ static INLINE void init_stack(void) {
tos
=
0
;
}
static
void
finish_stack
(
void
)
{
DEL_ARR_F
(
stack
);
stack
=
NULL
;
}
#if 0
/**
* Frees the stack.
*/
static INLINE void free_stack(void) {
if (stack != NULL) {
DEL_ARR_F(stack);
stack = NULL;
}
tos = 0;
static
void
finish_stack
(
void
)
{
DEL_ARR_F
(
stack
);
stack
=
NULL
;
}
#endif
/**
* push a node onto the stack
...
...
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