mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
From Alexandre Duret-Lutz.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-08-25 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
|
||||
From Alexandre Duret-Lutz.
|
||||
|
||||
2003-08-25 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
|
||||
|
||||
@@ -826,7 +826,6 @@ yy::]b4_parser_class_name[::stack_print_ ()
|
||||
void
|
||||
yy::]b4_parser_class_name[::reduce_print_ (int yyrule)
|
||||
{
|
||||
int yyi;
|
||||
unsigned int yylno = rline_[yyrule];
|
||||
/* Print the symbols being reduced, and their result. */
|
||||
cdebug_ << "Reducing via rule " << n_ - 1 << " (line " << yylno << "), ";
|
||||
|
||||
Reference in New Issue
Block a user