]> git.saurik.com Git - bison.git/blobdiff - src/assoc.c
(CHARACTER): Remove unused token. All uses removed.
[bison.git] / src / assoc.c
index 80a2b43c4fef221a85cb9daf42b017f11fd325d8..226a35198daabc6e1f7060a7856ff167e9150ca6 100644 (file)
@@ -28,7 +28,7 @@ assoc_to_string (assoc_t assoc)
   switch (assoc)
     {
     case undef_assoc:
   switch (assoc)
     {
     case undef_assoc:
-      return _("undefined associativity");
+      return "undefined associativity";
 
     case right_assoc:
       return "%right";
 
     case right_assoc:
       return "%right";