diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-27 19:29:06 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-03-06 18:50:47 +0900 |
commit | 72afca05800d9a80863e472a553d0ff98388a468 (patch) | |
tree | db093819d39be226983225929c99fbd17f69d4b5 | |
parent | 968550e6de0513fc64fd1a888e6a1f90869f64bf (diff) |
kexec-tools: mipsel: Remove unused variables in arch_process_options()
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | kexec/arch/mipsel/kexec-mipsel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kexec/arch/mipsel/kexec-mipsel.c b/kexec/arch/mipsel/kexec-mipsel.c index 6e73787..1ac38cf 100644 --- a/kexec/arch/mipsel/kexec-mipsel.c +++ b/kexec/arch/mipsel/kexec-mipsel.c @@ -111,8 +111,6 @@ int arch_process_options(int argc, char **argv) }; 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) { |