Add -Wshadow to the gcc command line options used when compiling the binutils.
[deliverable/binutils-gdb.git] / opcodes / sh64-dis.c
index edb73821162e9b4d52845f14ac60762e875f3afc..60963e7fc9cee9b3707a5fa4b5203cc3867308ca 100644 (file)
@@ -195,8 +195,6 @@ print_insn_shmedia (bfd_vma memaddr, struct disassemble_info *info)
      can get as .byte:s.  */
   if (status != 0)
     {
-      int i;
-
       for (i = 0; i < 3; i++)
        {
          status = info->read_memory_func (memaddr + i, insn, 1, info);
This page took 0.022494 seconds and 4 git commands to generate.