From 3a7c004560907c3acf4d7d330a9af8ef6309fa09 Mon Sep 17 00:00:00 2001 From: graham.gower@gmail.com Date: Wed, 10 Nov 2010 19:23:29 -0500 Subject: Remove an erroneous comment. git-svn-id: http://opkg.googlecode.com/svn/trunk@577 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libbb') 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; -- cgit v0.9.1