From a5b6db34334c72f7f5bd5feb22e744f29119738d Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Mon, 15 Jan 1990 17:58:49 +0000 Subject: [PATCH] Removed unused EOB_accepting_list array. 2.2 Release. --- gen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gen.c b/gen.c index 36e350f..2fbe0a6 100644 --- 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 */ -- 2.50.1