* src/output.c (output_parser): Delete unused variable actions_dumped.

This commit is contained in:
Pascal Bart
2001-09-18 21:32:53 +00:00
parent b0c4483ed2
commit 13105fc158
2 changed files with 4 additions and 1 deletions

View File

@@ -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.

View File

@@ -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)