diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/unzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/unzip.c b/libbb/unzip.c index 472ffba..435effb 100644 --- a/libbb/unzip.c +++ b/libbb/unzip.c @@ -51,7 +51,6 @@ static FILE *in_file, *out_file; -/* these are freed by gz_close */ static unsigned char *window; static unsigned long *crc_table = NULL; |