From: Akim Demaille Date: Mon, 25 Aug 2003 09:54:57 +0000 (+0000) Subject: * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi. X-Git-Tag: BISON-2_0~215 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8c182d059230c46d9c641503c87cdc675f8cfe4f?hp=25f66e1a6aec208a99763911e156ea203a8a66b9 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi. From Alexandre Duret-Lutz. --- diff --git a/ChangeLog b/ChangeLog index 37211c1c..15bccb4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-25 Akim Demaille + + * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi. + From Alexandre Duret-Lutz. + 2003-08-25 Akim Demaille * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New. diff --git a/data/lalr1.cc b/data/lalr1.cc index d92bfd12..45c05ce1 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -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 << "), ";