index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
/
stack.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'ir/stack.c')
-rw-r--r--
ir/stack.c
1
1 files changed, 0 insertions, 1 deletions
diff --git a/ir/stack.c b/ir/stack.c
index 45023d1..1dc29cd 100644
--- a/
ir/stack.c
+++ b/
ir/stack.c
@@ -3,7 +3,6 @@
void
lowerstack(struct function *fn)
{
- extern int ninstr;
fn->stksiz = 0;
FREQUIRE(FNUSE);