aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/grap
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-13 03:53:55 +0000
committerrsc <devnull@localhost>2005-07-13 03:53:55 +0000
commit29ee83f08013da9a70666329a5b1d9d0ad86bf0c (patch)
tree1935e58a21065eb26cc7766939bce3721da3c040 /src/cmd/grap
parente0405f4c8b602257759ebfd11b9df3f146f3469c (diff)
downloadplan9port-29ee83f08013da9a70666329a5b1d9d0ad86bf0c.tar.gz
plan9port-29ee83f08013da9a70666329a5b1d9d0ad86bf0c.tar.bz2
plan9port-29ee83f08013da9a70666329a5b1d9d0ad86bf0c.zip
remove unused symtab
Diffstat (limited to 'src/cmd/grap')
-rw-r--r--src/cmd/grap/grapl.lx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/grap/grapl.lx b/src/cmd/grap/grapl.lx
index 6d93f083..f22de6b4 100644
--- a/src/cmd/grap/grapl.lx
+++ b/src/cmd/grap/grapl.lx
@@ -9,8 +9,6 @@
#include "grap.h"
#include "y.tab.h"
-extern struct symtab symtab[];
-
int yyback(int *, int);
int yylook(void);
int yywrap(void);