« Return to Thread: [patch 00/12] Intention to merge mipsel into kexec-tools-testing

[patch 06/12] kexec-tools: mipsel: Remove unused variables from elf_mipsel_load

by Simon Horman :: Rate this Message:

Reply to Author | View in Thread

Signed-off-by: Simon Horman <horms@...>

---

 kexec/arch/mipsel/kexec-elf-mipsel.c |    2 --
 1 file changed, 2 deletions(-)

Index: kexec-tools-mips/kexec/arch/mipsel/kexec-elf-mipsel.c
===================================================================
--- kexec-tools-mips.orig/kexec/arch/mipsel/kexec-elf-mipsel.c 2008-02-27 19:17:47.000000000 +0900
+++ kexec-tools-mips/kexec/arch/mipsel/kexec-elf-mipsel.c 2008-02-27 19:17:49.000000000 +0900
@@ -116,9 +116,7 @@ int elf_mipsel_load(int argc, char **arg
  int command_line_len;
  unsigned char *setup_start;
  uint32_t setup_size;
- int result;
  int opt;
- int i;
 #define OPT_APPEND     (OPT_ARCH_MAX+0)
  static const struct option options[] = {
  KEXEC_ARCH_OPTIONS

--

--
Horms


 « Return to Thread: [patch 00/12] Intention to merge mipsel into kexec-tools-testing