diff options
Diffstat (limited to 'bfd/elflink.h')
-rw-r--r-- | bfd/elflink.h | 3 |
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; |