From: Pascal Bart Date: Tue, 18 Sep 2001 21:32:53 +0000 (+0000) Subject: * src/output.c (output_parser): Delete unused variable actions_dumped. X-Git-Tag: pre-merge-of-1-29-branch~17 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/13105fc1586128421763bf6e871a209da76db8eb * src/output.c (output_parser): Delete unused variable actions_dumped. --- diff --git a/ChangeLog b/ChangeLog index f9c76907..3a9d6e3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-09-18 Pascal Bart + + * src/output.c (output_parser): Delete unused variable actions_dumped. + 2001-09-07 Pascal Bart * src/output.c (output): Delete call to reader_output_yylsp. diff --git a/src/output.c b/src/output.c index af03317d..fbb78d28 100644 --- a/src/output.c +++ b/src/output.c @@ -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)