mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/output.c (output_parser): Delete unused variable actions_dumped.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-09-18 Pascal Bart <pascal.bart@epita.fr>
|
||||
|
||||
* src/output.c (output_parser): Delete unused variable actions_dumped.
|
||||
|
||||
2001-09-07 Pascal Bart <pascal.bart@epita.fr>
|
||||
|
||||
* src/output.c (output): Delete call to reader_output_yylsp.
|
||||
|
||||
@@ -957,7 +957,6 @@ output_parser (void)
|
||||
int c;
|
||||
FILE *fskel;
|
||||
size_t line;
|
||||
int actions_dumped = 0;
|
||||
|
||||
/* Loop over lines in the standard parser file. */
|
||||
if (!skeleton)
|
||||
|
||||
Reference in New Issue
Block a user