aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/stack.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-24 15:47:10 +0100
committerlemon <lsof@mailbox.org>2026-02-24 15:47:10 +0100
commit9f202ac53acfac00addb5b6e4c9b1e5c7a33ea45 (patch)
tree34bb26c3a9f4ed01057fdcc5e3c435e2c61ed316 /ir/stack.c
parent659430f48f8db6335676ed933f53e4c89d28106d (diff)
fix various warnings
Diffstat (limited to 'ir/stack.c')
-rw-r--r--ir/stack.c1
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);