]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
* data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
[bison.git] / data / lalr1.cc
index d92bfd1249a3c9dfc50d027c379c3a092582a8cc..45c05ce168f72a7268d82f88d4061901d9e97860 100644 (file)
@@ -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 << "), ";