From 13105fc1586128421763bf6e871a209da76db8eb Mon Sep 17 00:00:00 2001 From: Pascal Bart Date: Tue, 18 Sep 2001 21:32:53 +0000 Subject: [PATCH] * src/output.c (output_parser): Delete unused variable actions_dumped. --- ChangeLog | 4 ++++ src/output.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.45.2