diff --git a/src/common/unzip.c b/src/common/unzip.c index c78982488c..b9b9bd32d0 100644 --- a/src/common/unzip.c +++ b/src/common/unzip.c @@ -1344,7 +1344,6 @@ extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf) char *szComment; uLong uSizeBuf; { - int err=UNZ_OK; unz_s* s; uLong uReadThis ; if (file==NULL)