]> git.saurik.com Git - bison.git/commitdiff
glr.c: remove stray macro
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 30 Nov 2012 10:15:12 +0000 (11:15 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 30 Nov 2012 10:15:12 +0000 (11:15 +0100)
* data/glr.c (YYOPTIONAL_LOC): Remove, unused since commit
769a8ef9bcb5e14d0be9d0869f5dca20ab093930.

data/glr.c

index 9bd95228da6e0615a627d416f338f7b6b54a1e4e..b6aa545c53b702a753eee228be31ec406e492381 100644 (file)
@@ -306,13 +306,6 @@ b4_percent_code_get[]dnl
 # endif
 #endif
 
-]b4_locations_if([#define YYOPTIONAL_LOC(Name) Name],[
-#ifdef __cplusplus
-# define YYOPTIONAL_LOC(Name) /* empty */
-#else
-# define YYOPTIONAL_LOC(Name) Name __attribute__ ((__unused__))
-#endif])[
-
 #ifndef YYASSERT
 # define YYASSERT(Condition) ((void) ((Condition) || (abort (), 0)))
 #endif