[syslinux:master] sysdump: remove unused variable

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun Feb 7 00:12:02 PST 2010


Commit-ID:  640825ec66c2f02504a689d160350133bd968a46
Gitweb:     http://syslinux.zytor.com/commit/640825ec66c2f02504a689d160350133bd968a46
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 7 Feb 2010 00:08:50 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 7 Feb 2010 00:08:50 -0800

sysdump: remove unused variable

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 com32/sysdump/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/com32/sysdump/main.c b/com32/sysdump/main.c
index 02575e3..fd3fc93 100644
--- 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);
 



More information about the Syslinux-commits mailing list