Fix build breakage

* config/obj-coff.c (weak_uniquify): Delete unused var.
This commit is contained in:
Alan Modra 2016-05-13 15:57:10 +09:30
parent 4ade44b727
commit d2edc834f7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-05-13 Alan Modra <amodra@gmail.com>
* config/obj-coff.c (weak_uniquify): Delete unused var.
2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
* app.c (app_push): Use XNEW and related macros.

View File

@ -1097,7 +1097,6 @@ weak_altname2name (const char * name)
static const char *
weak_uniquify (const char * name)
{
char *ret;
const char * unique = "";
#ifdef TE_PE