Remove an erroneous comment.
[oweals/opkg-lede.git] / libbb / unzip.c
index 472ffba2dc425f48a40e8e85308e1feaf646a7f1..435effb3572555801a77f252ed7fd0a3ed539e61 100644 (file)
@@ -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;