| To: | kexec@lists.infradead.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [patch 07/12] kexec-tools: mipsel: Remove unused variables in arch_process_options() |
| From: | Simon Horman <horms@verge.net.au> |
| Date: | Thu, 06 Mar 2008 18:46:44 +0900 |
| Cc: | Tomasz Chmielewski <mangoo@wpkg.org>, Francesco Chiechi <francesco.chiechi@colibre.it> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20080306094637.669665743@vergenet.net> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | quilt/0.46-1 |
Signed-off-by: Simon Horman <horms@verge.net.au>
---
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
|
| Previous by Date: | [patch 03/12] kexec-tools: mipsel: Update mipsel port for recent build changes, Simon Horman |
|---|---|
| Next by Date: | [patch 11/12] kexec-tools: mipsel: Fit elf_mipsel_load() into 80 columns, Simon Horman |
| Previous by Thread: | [patch 03/12] kexec-tools: mipsel: Update mipsel port for recent build changes, Simon Horman |
| Next by Thread: | [patch 11/12] kexec-tools: mipsel: Fit elf_mipsel_load() into 80 columns, Simon Horman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |