Remove an erroneous comment.
authorgraham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Thu, 11 Nov 2010 00:23:29 +0000 (00:23 +0000)
committergraham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Thu, 11 Nov 2010 00:23:29 +0000 (00:23 +0000)
git-svn-id: http://opkg.googlecode.com/svn/trunk@577 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358

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;