mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +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>
|
2001-09-07 Pascal Bart <pascal.bart@epita.fr>
|
||||||
|
|
||||||
* src/output.c (output): Delete call to reader_output_yylsp.
|
* src/output.c (output): Delete call to reader_output_yylsp.
|
||||||
|
|||||||
@@ -957,7 +957,6 @@ output_parser (void)
|
|||||||
int c;
|
int c;
|
||||||
FILE *fskel;
|
FILE *fskel;
|
||||||
size_t line;
|
size_t line;
|
||||||
int actions_dumped = 0;
|
|
||||||
|
|
||||||
/* Loop over lines in the standard parser file. */
|
/* Loop over lines in the standard parser file. */
|
||||||
if (!skeleton)
|
if (!skeleton)
|
||||||
|
|||||||
Reference in New Issue
Block a user