diff options
-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) { |