From 2dff8d830d305b6e002eb2c5ca0ecb46588aadb2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 30 Mar 2000 18:45:57 +0000 Subject: [PATCH] unused var warning fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/unzip.c | 1 - 1 file changed, 1 deletion(-) 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)