]> git.saurik.com Git - bison.git/commitdiff
* data/glr.cc: Remove dead code.
authorAkim Demaille <akim@epita.fr>
Thu, 27 Apr 2006 10:43:02 +0000 (10:43 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 27 Apr 2006 10:43:02 +0000 (10:43 +0000)
ChangeLog
data/glr.cc

index e2dc04aef13f6d54665530e33e2423c8b8cc9ecb..ce2a3731646591653d1fd8ed543e07ee083b4a25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-27  Akim Demaille  <akim@lrde.epita.fr>
+
+       * data/glr.cc: Remove dead code.
+
 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
index adb5b34e2ff7d6a5728a0546986f97fd593c94a4..4507c7787a372f2fc901883220c3922a16d028f3 100644 (file)
@@ -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).  */