diff options
author | Simon Horman <horms@verge.net.au> | 2010-02-02 14:42:02 +1100 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-02-02 14:42:02 +1100 |
commit | ba8aef871c433fa8eb7c2b947b2e8e0a5d7768ba (patch) | |
tree | b5d5e7ca5c5512493ee127a678e42b99993c39df /kexec/arch/arm/kexec-arm.c | |
parent | 1fded084f180fb7b5e0613f03adae7c6e4301130 (diff) |
Remove some unused variables
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/arm/kexec-arm.c')
-rw-r--r-- | kexec/arch/arm/kexec-arm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/arm/kexec-arm.c b/kexec/arch/arm/kexec-arm.c index beca772..0d07e42 100644 --- a/kexec/arch/arm/kexec-arm.c +++ b/kexec/arch/arm/kexec-arm.c @@ -86,9 +86,6 @@ void arch_usage(void) { } -static struct { -} arch_options = { -}; int arch_process_options(int argc, char **argv) { static const struct option options[] = { |