java: remove unused variable.

* data/lalr1.java (yyresult): remove, unused.
This commit is contained in:
Tim Landscheidt
2012-01-13 11:31:54 +01:00
committed by Akim Demaille
parent 33a1fa4e81
commit e4caef0ead
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2012-01-11 Tim Landscheidt <[email protected]>
java: remove used variable.
* data/lalr1.java (yyresult): remove, unused.
2012-01-11 Akim Demaille <[email protected]>
scanner: fix typo.
-2
View File
@@ -454,8 +454,6 @@ b4_lexer_if([[
/// Semantic value of the lookahead.
b4_yystype[ yylval = null;
int yyresult;
yycdebug ("Starting parse\n");
yyerrstatus_ = 0;