projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea3407
)
sysdump: remove unused variable
author
H. Peter Anvin
<hpa@zytor.com>
Sun, 7 Feb 2010 08:08:50 +0000
(
00:08
-0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Sun, 7 Feb 2010 08:08:50 +0000
(
00:08
-0800)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/sysdump/main.c
patch
|
blob
|
history
diff --git
a/com32/sysdump/main.c
b/com32/sysdump/main.c
index
02575e3
..
fd3fc93
100644
(file)
--- a/
com32/sysdump/main.c
+++ b/
com32/sysdump/main.c
@@
-65,7
+65,6
@@
__noreturn usage(void)
int main(int argc, char *argv[])
{
struct backend **bep, *be;
- size_t len = 0;
openconsole(&dev_null_r, &dev_stdcon_w);