summaryrefslogtreecommitdiff
path: root/bfd/elflink.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-07-19 09:11:14 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-07-19 09:11:14 +0000
commit9525f147b5a331ec4727b41c5339bea5a7320ab4 (patch)
treec81dca269f8a8043717b843d747d7fc4dd5b3f5c /bfd/elflink.h
parent1002bcd2d17d6d08deda36c89af5f1f0cb34ba15 (diff)
downloadbinutils-redhat-9525f147b5a331ec4727b41c5339bea5a7320ab4.tar.gz
* elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
and rel_hdr.
Diffstat (limited to 'bfd/elflink.h')
-rw-r--r--bfd/elflink.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h
index 7591f6472c..1e88b6318a 100644
--- a/bfd/elflink.h
+++ b/bfd/elflink.h
@@ -4314,9 +4314,6 @@ elf_bfd_final_link (abfd, info)
/* Adjust the relocs to have the correct symbol indices. */
for (o = abfd->sections; o != NULL; o = o->next)
{
- struct elf_link_hash_entry **rel_hash;
- Elf_Internal_Shdr *rel_hdr;
-
if ((o->flags & SEC_RELOC) == 0)
continue;