summaryrefslogtreecommitdiffstats
path: root/libbb
diff options
context:
space:
mode:
authorgraham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-11-10 19:23:29 (EST)
committer graham.gower@gmail.com <graham.gower@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-11-10 19:23:29 (EST)
commit3a7c004560907c3acf4d7d330a9af8ef6309fa09 (patch)
tree25dd45ef9adb99db954f17d8b3b5f98890a8b0d0 /libbb
parentbef8b3ced498de337792a579af8f5536dae801b3 (diff)
Remove an erroneous comment.
git-svn-id: http://opkg.googlecode.com/svn/trunk@577 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libbb')
-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;