2003-04-18 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 18 Apr 2003 15:33:49 +0000 (15:33 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 18 Apr 2003 15:33:49 +0000 (15:33 +0000)
* ldfile.c (ldfile_add_library_path): Remove the unused
variable.

ld/ChangeLog
ld/ldfile.c

index c097057cbdd118bfc3fe8fa7e2faf9c922b54017..bba7a92fa8502a7ae1dcd1bc7c3075dfc1fddf3f 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-18  H.J. Lu <hjl@gnu.org>
+
+       * ldfile.c (ldfile_add_library_path): Remove the unused
+       variable.
+
 2003-04-18  Andrew Haley  <aph@cambridge.redhat.com>
 
        * scripttempl/xstormy16.sc (__data, __rdata): New.
index 0694f9b7fead949a207d3649854c76f49b36d62b..4806534a74a0358c8624fe41a4dad5ebb396d70d 100644 (file)
@@ -115,7 +115,6 @@ ldfile_add_library_path (name, cmdline)
      bfd_boolean cmdline;
 {
   search_dirs_type *new;
-  char *newname;
 
   if (!cmdline && config.only_cmd_line_lib_dirs)
     return;
This page took 0.042525 seconds and 4 git commands to generate.