plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 29ee83f08013da9a70666329a5b1d9d0ad86bf0c
parent e0405f4c8b602257759ebfd11b9df3f146f3469c
Author: rsc <devnull@localhost>
Date:   Wed, 13 Jul 2005 03:53:55 +0000

remove unused symtab

Diffstat:
Msrc/cmd/grap/grapl.lx | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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);