diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-27 19:34:34 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-03-06 18:50:47 +0900 |
commit | 968550e6de0513fc64fd1a888e6a1f90869f64bf (patch) | |
tree | 62d3e476754a81abae1692c62a45677c4cf7afad | |
parent | 7513645154273c6e1a8678c17b37c5f3fad2b490 (diff) |
kexec-tools: mipsel: Remove unused variables from elf_mipsel_load
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | kexec/arch/mipsel/kexec-elf-mipsel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kexec/arch/mipsel/kexec-elf-mipsel.c b/kexec/arch/mipsel/kexec-elf-mipsel.c index 10fa1a9..e3d6d80 100644 --- a/kexec/arch/mipsel/kexec-elf-mipsel.c +++ b/kexec/arch/mipsel/kexec-elf-mipsel.c @@ -116,9 +116,7 @@ int elf_mipsel_load(int argc, char **argv, const char *buf, off_t len, 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 |