]> git.saurik.com Git - bison.git/commitdiff
* data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
authorAkim Demaille <akim@epita.fr>
Mon, 25 Aug 2003 09:54:57 +0000 (09:54 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 25 Aug 2003 09:54:57 +0000 (09:54 +0000)
From Alexandre Duret-Lutz.

ChangeLog
data/lalr1.cc

index 37211c1c9cc092492f38465069d676d440e8f260..15bccb4d3bcea42a5d7fb965bed0b26996757667 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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 << "), ";