]> granicus.if.org Git - flex/commitdiff
Removed unused EOB_accepting_list array.
authorVern Paxson <vern@ee.lbl.gov>
Mon, 15 Jan 1990 17:58:49 +0000 (17:58 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Mon, 15 Jan 1990 17:58:49 +0000 (17:58 +0000)
2.2 Release.

gen.c

diff --git a/gen.c b/gen.c
index 36e350f24076c494105c7ea7effe4736380e672f..2fbe0a62e4eac41f3c47fe86ffef3cda64e2999c 100644 (file)
--- a/gen.c
+++ b/gen.c
@@ -658,8 +658,6 @@ gentabs()
         * the indices that will go into the "yy_accept" array, and save the
         * indices in the dfaacc array
         */
-       int EOB_accepting_list[2];
-
        printf( C_short_decl, "yy_acclist", max( numas, 1 ) + 1 );
 
        j = 1;  /* index into "yy_acclist" array */