From 6e2d1146f214b11892a89e1be9fa62b71d4897bf Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 27 Apr 2006 10:43:02 +0000 Subject: [PATCH] * data/glr.cc: Remove dead code. --- ChangeLog | 4 ++++ data/glr.cc | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2dc04ae..ce2a3731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-27 Akim Demaille + + * data/glr.cc: Remove dead code. + 2006-04-25 Paul Eggert * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use diff --git a/data/glr.cc b/data/glr.cc index adb5b34e..4507c778 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -259,15 +259,6 @@ b4_syncline([@oline@], [@ofile@])[ # define YYTOKEN_TABLE ]b4_token_table[ #endif -#if 0 -/* Copy the second part of user declarations. */ -]b4_post_prologue[ - -]/* Line __line__ of glr.cc. */ - -b4_syncline([@oline@], [@ofile@])[ -#endif - /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ -- 2.47.2