Remove spurious prototype.

This commit is contained in:
Nick Clifton 2001-09-24 21:13:48 +00:00
parent f76febae84
commit 9cc16c3a6b
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
* pe-dll.c: Remove spurious prototype.
2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
* ld.texinfo(enable-auto-import): Clarify the explanation.

View File

@ -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;