X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/35f61cb998a30de542f554cd8c47a445af0ef886..e89a22bfab22e4d2ee73be49dcb66b51f8d0e892:/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. */