]> git.saurik.com Git - bison.git/blobdiff - src/gram.c
Move symbols handling code out of the reader.
[bison.git] / src / gram.c
index 6b491e89af171464f1b39d250b693c0e555595f4..90a0b527cb29c1e435d40d27419a497c6231228e 100644 (file)
@@ -41,8 +41,6 @@ int nvars = 0;
 
 symbol_number_t *token_translations = NULL;
 
-symbol_number_t start_symbol = 0;
-
 int max_user_token_number = 256;
 
 int pure_parser = 0;