From Alexandre Duret-Lutz.
+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.
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 << "), ";