X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e41dc70020f5101795c601729594de8661d616e2..c79cea6dff23391d723b3c29dfc4f6ba07e47271:/src/symtab.h diff --git a/src/symtab.h b/src/symtab.h index 4ebc4a1a..b98902e1 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -42,9 +42,6 @@ typedef struct bucket struct bucket *link; struct bucket *next; - /* The line it was found in. */ - short line; - /* The key, name of the symbol. */ char *tag; /* Its type. */