OSDN Git Service

* elflink.h (elf_bfd_final_link): Remove unused variables rel_hash
authorschwab <schwab>
Mon, 19 Jul 1999 09:11:14 +0000 (09:11 +0000)
committerschwab <schwab>
Mon, 19 Jul 1999 09:11:14 +0000 (09:11 +0000)
and rel_hdr.

bfd/elflink.h

index 7591f64..1e88b63 100644 (file)
@@ -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;