diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-03-24 15:39:29 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-03-24 15:39:29 +0000 |
| commit | b24ddd2190855879198319d954c849d72a7f9f26 (patch) | |
| tree | 165736d4fb555b1cfc8bee6e99fec5871f2ea4d5 | |
| parent | e34c0431c44a07ee598e31d67e77d663413649fa (diff) | |
remove unused variable
| -rw-r--r-- | limbo/decls.c | 1 |
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*); |
