* archive.c (bfd_generic_archive_p): Remove unused local variable
[deliverable/binutils-gdb.git] / bfd / elfcode.h
index 5a54fc2105bb01082b96f9f097f48912d944c6d0..fbf1c3fea5ec84a249c5ce44eeed615ec9210575 100644 (file)
@@ -1350,10 +1350,8 @@ elf_slurp_reloc_table_from_section (bfd *abfd,
        }
       else
        {
-         asymbol **ps, *s;
-
+         asymbol **ps;
          ps = symbols + ELF_R_SYM (rela.r_info) - 1;
-         s = *ps;
 
          relent->sym_ptr_ptr = ps;
        }
This page took 0.029359 seconds and 4 git commands to generate.