* elflink.c (_bfd_elf_link_output_relocs): Delete unused variable
authorDave Korn <dave.korn@artimi.com>
Mon, 11 Oct 2010 00:21:45 +0000 (00:21 +0000)
committerDave Korn <dave.korn@artimi.com>
Mon, 11 Oct 2010 00:21:45 +0000 (00:21 +0000)
"output_rel_hdr".

bfd/ChangeLog
bfd/elflink.c

index 4b9ba37d30e649953887718e712c82b75c662295..35b4ce8966a31737e22e01ab8715be916cdb97f7 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-11  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * elflink.c (_bfd_elf_link_output_relocs): Delete unused variable
+       "output_rel_hdr".
+
 2010-10-09  John Tytgat  <john@bass-software.com>
 
        * reloc.c (BFD_RELOC_ARM_HVC): Add.
index cda897ebd87d6fb736c433ef7722194462c36e95..41fba17f1001658122eadb9c36997ff014dc1458 100644 (file)
@@ -2341,14 +2341,12 @@ _bfd_elf_link_output_relocs (bfd *output_bfd,
   Elf_Internal_Rela *irelaend;
   bfd_byte *erel;
   struct bfd_elf_section_reloc_data *output_reldata;
-  Elf_Internal_Shdr *output_rel_hdr;
   asection *output_section;
   const struct elf_backend_data *bed;
   void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *);
   struct bfd_elf_section_data *esdo;
 
   output_section = input_section->output_section;
-  output_rel_hdr = NULL;
 
   bed = get_elf_backend_data (output_bfd);
   esdo = elf_section_data (output_section);