diff options
-rw-r--r-- | kexec/arch/mipsel/kexec-mipsel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/mipsel/kexec-mipsel.c b/kexec/arch/mipsel/kexec-mipsel.c index 1ac38cf..3aca5bd 100644 --- a/kexec/arch/mipsel/kexec-mipsel.c +++ b/kexec/arch/mipsel/kexec-mipsel.c @@ -100,9 +100,6 @@ void arch_usage(void) { } -static struct { -} arch_options = { -}; int arch_process_options(int argc, char **argv) { static const struct option options[] = { |