]> git.saurik.com Git - bison.git/blobdiff - src/muscle_tab.c
Remove unused variable.
[bison.git] / src / muscle_tab.c
index afe59becab0be10d0f144e2b3d0b61d2c6fda364..fe6affb66319cadf68294b8b0f3366cfcb16cfbe 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
@@ -85,7 +85,6 @@ muscle_init (void)
 
   /* Version and input file.  */
   MUSCLE_INSERT_STRING ("version", VERSION);
-  MUSCLE_INSERT_C_STRING ("file_name", grammar_file);
 }