mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
java: remove used variable
* data/lalr1.java (yyresult): remove, unused.
This commit is contained in:
committed by
Akim Demaille
parent
139c548a02
commit
2a2b748569
@@ -1,3 +1,8 @@
|
||||
2012-01-11 Tim Landscheidt <tim@tim-landscheidt.de>
|
||||
|
||||
java: remove used variable.
|
||||
* data/lalr1.java (yyresult): remove, unused.
|
||||
|
||||
2012-01-11 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
scanner: fix typo.
|
||||
|
||||
@@ -498,8 +498,6 @@ b4_lexer_if([[
|
||||
/// Semantic value of the lookahead.
|
||||
b4_yystype[ yylval = null;
|
||||
|
||||
int yyresult;
|
||||
|
||||
yycdebug ("Starting parse\n");
|
||||
yyerrstatus_ = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user