From: Nick Clifton Date: Mon, 24 Sep 2001 21:13:48 +0000 (+0000) Subject: Remove spurious prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9cc16c3a6bc44ffbf043930c8a1f54bb70700c20;p=binutils-gdb.git Remove spurious prototype. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index fa617c08b7f..a9899f78dc5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-09-24 Nick Clifton + + * pe-dll.c: Remove spurious prototype. + 2001-09-24 Charles Wilson * ld.texinfo(enable-auto-import): Clarify the explanation. diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 7c6dddb87fb..3bce4da0e85 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -123,10 +123,6 @@ static void add_bfd_to_link PARAMS ((bfd *, const char *, struct bfd_link_info *)); -/* Defined in emultempl/pe.em. */ -extern char * -pe_get_data_import_dll_name PARAMS ((void)); - /* For emultempl/pe.em. */ def_file * pe_def_file = 0;