summaryrefslogtreecommitdiff
path: root/limbo
diff options
context:
space:
mode:
Diffstat (limited to 'limbo')
-rw-r--r--limbo/decls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/limbo/decls.c b/limbo/decls.c
index 222a1301..3581ba2f 100644
--- a/limbo/decls.c
+++ b/limbo/decls.c
@@ -52,7 +52,6 @@ static Decl *scopes[MaxScope];
static Decl *tails[MaxScope];
static Node *scopenode[MaxScope];
static uchar scopekind[MaxScope];
-static Decl zdecl;
static void freeloc(Decl*);