mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
* src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
ago.
This commit is contained in:
@@ -36,9 +36,6 @@ short *ritem = NULL;
|
||||
int nritems;
|
||||
|
||||
rule_t *rule_table = NULL;
|
||||
short *rprec = NULL;
|
||||
short *rprecsym = NULL;
|
||||
short *rassoc = NULL;
|
||||
|
||||
struct bucket **symbols = NULL;
|
||||
short *token_translations = NULL;
|
||||
|
||||
Reference in New Issue
Block a user