diff options
Diffstat (limited to 'com32/sysdump/main.c')
-rw-r--r-- | 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 02575e37..fd3fc934 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); |