MIPS: elf2ecoff: Fix warning due to dead code.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 4 Feb 2015 12:04:03 +0000 (13:04 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 4 Feb 2015 13:42:27 +0000 (14:42 +0100)
commit2d76e9633b572ae5a64150b638eed77f4afc12db
tree8ee7ad98bbf358a8d3521bb43e00af1569f4926a
parent7b09777c187dcbe3e0f4f53890eb2f6953801d88
MIPS: elf2ecoff: Fix warning due to dead code.

  HOSTCC  arch/mips/boot/elf2ecoff
arch/mips/boot/elf2ecoff.c: In function ‘main’:
arch/mips/boot/elf2ecoff.c:271:8: warning: variable ‘shstrtab’ set but not used [-Wunused-but-set-variable]
  char *shstrtab;

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/elf2ecoff.c