summaryrefslogtreecommitdiff
path: root/bfd/hash.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-12-01 06:33:01 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-12-01 06:33:01 +0000
commit5253f573a14e8b1723c4f8b9532ff4b97cfafa17 (patch)
tree637a4006cfdac16391e3b4f9b2d8bb3e78c24259 /bfd/hash.c
parentd5c06a93d29457a9f6c46c6271b79a30d351a6c2 (diff)
downloadbinutils-redhat-5253f573a14e8b1723c4f8b9532ff4b97cfafa17.tar.gz
* coff-rs6000.c: Remove ARGSUSED and VARARGS.
* coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * elf32-vax.c: Likewise. * hash.c: Likewise. * hppabsd-core.c: Likewise. * hpux-core.c: Likewise. * ihex.c: Likewise. * netbsd-core.c: Likewise. * osf-core.c: Likewise. * pdp11.c: Likewise. * ptrace-core.c: Likewise. * sco5-core.c: Likewise. * section.c: Likewise. * sunos.c: Likewise. * trad-core.c: Likewise.
Diffstat (limited to 'bfd/hash.c')
-rw-r--r--bfd/hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/hash.c b/bfd/hash.c
index 324855864a..58fa5327be 100644
--- a/bfd/hash.c
+++ b/bfd/hash.c
@@ -446,7 +446,6 @@ bfd_hash_replace (table, old, nw)
/* Base method for creating a new hash table entry. */
-/*ARGSUSED*/
struct bfd_hash_entry *
bfd_hash_newfunc (entry, table, string)
struct bfd_hash_entry *entry;