From b24ddd2190855879198319d954c849d72a7f9f26 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Tue, 24 Mar 2015 15:39:29 +0000 Subject: remove unused variable --- limbo/decls.c | 1 - 1 file changed, 1 deletion(-) 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*); -- cgit v1.2.3