summaryrefslogtreecommitdiffstats
path: root/libbb/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/unzip.c')
-rw-r--r--libbb/unzip.c1
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;