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)
  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

Simple merge