bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] avoid compiler warning


From: Eric Blake
Subject: [PATCH] avoid compiler warning
Date: Fri, 5 Dec 2008 23:49:20 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

src/output.c:107: warning: 'muscle_insert_item_number_table' defined but not 
used

I'm committing this as obvious:

From: Eric Blake <address@hidden>
Date: Fri, 5 Dec 2008 16:16:15 -0700
Subject: [PATCH] Avoid compiler warning.

* src/output.c (muscle_insert_item_number_table): Delete unused
function.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog    |    6 ++++++
 src/output.c |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c353051..d058e66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-05  Eric Blake  <address@hidden>
+
+       Avoid compiler warning.
+       * src/output.c (muscle_insert_item_number_table): Delete unused
+       function.
+
 2008-12-02  Eric Blake  <address@hidden>
 
        Build testsuite with newer autoconf.
diff --git a/src/output.c b/src/output.c
index 0c6cb76..906301e 100644
--- a/src/output.c
+++ b/src/output.c
@@ -104,7 +104,6 @@ GENERATE_MUSCLE_INSERT_TABLE(muscle_insert_int_table, int)
 GENERATE_MUSCLE_INSERT_TABLE(muscle_insert_base_table, base_number)
 GENERATE_MUSCLE_INSERT_TABLE(muscle_insert_rule_number_table, rule_number)
 GENERATE_MUSCLE_INSERT_TABLE(muscle_insert_symbol_number_table, symbol_number)
-GENERATE_MUSCLE_INSERT_TABLE(muscle_insert_item_number_table, item_number)
 GENERATE_MUSCLE_INSERT_TABLE(muscle_insert_state_number_table, state_number)
 
 
-- 
1.6.0.4







reply via email to

[Prev in Thread] Current Thread [Next in Thread]