* src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long

ago.
This commit is contained in:
Akim Demaille
2001-12-29 14:19:46 +00:00
parent c03ae96659
commit 1cca533e2e
2 changed files with 6 additions and 3 deletions

View File

@@ -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;