* ldgram.y (ldgram_want_filename): Remove unused static.
authorBen Elliston <bje@au.ibm.com>
Thu, 21 Jul 2005 07:59:10 +0000 (07:59 +0000)
committerBen Elliston <bje@au.ibm.com>
Thu, 21 Jul 2005 07:59:10 +0000 (07:59 +0000)
ld/ChangeLog
ld/ldgram.y

index 75f3ae5..ce8abcd 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-21  Ben Elliston  <bje@gnu.org>
+
+       * ldgram.y (ldgram_want_filename): Remove unused static.
+
 2005-07-20  DJ Delorie  <dj@redhat.com>
 
        * emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
index cdb2209..2d5b074 100644 (file)
@@ -48,7 +48,6 @@
 static enum section_type sectype;
 static lang_memory_region_type *region;
 
-static bfd_boolean ldgram_want_filename = TRUE;
 FILE *saved_script_handle = NULL;
 bfd_boolean force_make_executable = FALSE;