* 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

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