c++, d, java: remove yyerrcode

It is not used at all.  We will remove it also from yacc.c, but
later (see TODO).

* data/skeletons/lalr1.cc, data/skeletons/lalr1.d,
* data/skeletons/lalr1.java (yyerrcode_):
Remove.
This commit is contained in:
Akim Demaille
2019-11-30 17:27:17 +01:00
parent 6a61b6b17e
commit 6f92a7f664
3 changed files with 0 additions and 3 deletions

View File

@@ -1033,7 +1033,6 @@ b4_dollar_popdef[]dnl
private static final int yyempty_ = -2;
private static final int yyfinal_ = ]b4_final_state_number[;
private static final int yyterror_ = 1;
private static final int yyerrcode_ = 256;
private static final int yyntokens_ = ]b4_tokens_number[;
private static final int yyuser_token_number_max_ = ]b4_user_token_number_max[;