From: graham.gower@gmail.com Date: Thu, 11 Nov 2010 00:23:29 +0000 (+0000) Subject: Remove an erroneous comment. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3a7c004560907c3acf4d7d330a9af8ef6309fa09;p=project%2Fopkg-lede.git Remove an erroneous comment. git-svn-id: http://opkg.googlecode.com/svn/trunk@577 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- 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;