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

[patch 07/12] kexec-tools: mipsel: Remove unused variables in arch_process_options()

by Simon Horman :: Rate this Message:

Reply to Author | View in Thread

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

---

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

Index: kexec-tools-mips/kexec/arch/mipsel/kexec-mipsel.c
===================================================================
--- kexec-tools-mips.orig/kexec/arch/mipsel/kexec-mipsel.c 2008-02-27 19:14:03.000000000 +0900
+++ kexec-tools-mips/kexec/arch/mipsel/kexec-mipsel.c 2008-02-27 19:18:15.000000000 +0900
@@ -111,8 +111,6 @@ int arch_process_options(int argc, char
  };
  static const char short_options[] = KEXEC_ARCH_OPT_STR;
  int opt;
- unsigned long value;
- char *end;
 
  opterr = 0; /* Don't complain about unrecognized options here */
  while((opt = getopt_long(argc, argv, short_options, options, 0)) != -1) {

--

--
Horms


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