java: remove used variable

* data/lalr1.java (yyresult): remove, unused.
This commit is contained in:
Tim Landscheidt
2012-01-08 01:27:33 +00:00
committed by Akim Demaille
parent 139c548a02
commit 2a2b748569
2 changed files with 5 additions and 2 deletions

View File

@@ -498,8 +498,6 @@ b4_lexer_if([[
/// Semantic value of the lookahead.
b4_yystype[ yylval = null;
int yyresult;
yycdebug ("Starting parse\n");
yyerrstatus_ = 0;