From 97b51f20ac4a97d9978992681df6600c82e71060 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 18 Apr 2003 15:33:49 +0000 Subject: 2003-04-18 H.J. Lu * ldfile.c (ldfile_add_library_path): Remove the unused variable. --- ld/ChangeLog | 5 +++++ ld/ldfile.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index c097057..bba7a92 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-04-18 H.J. Lu + + * ldfile.c (ldfile_add_library_path): Remove the unused + variable. + 2003-04-18 Andrew Haley * scripttempl/xstormy16.sc (__data, __rdata): New. diff --git a/ld/ldfile.c b/ld/ldfile.c index 0694f9b..4806534 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -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; -- cgit v1.1