aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/zip
diff options
context:
space:
mode:
authorGravatar Yuk Lai Suen <yuklai@hothouselabs.com>2013-09-09 11:47:17 -0700
committerGravatar Yuk Lai Suen <yuklai@hothouselabs.com>2013-09-09 11:47:17 -0700
commitb1f403af894a735083c71b200cc28db20c4052dc (patch)
treef7f53d7c04bb356227e60105af376c62b95708e6 /src/core/zip
parent5aff43a9250e44adb1d1e9f0e3851360e6bee821 (diff)
Remove unused variables
Diffstat (limited to 'src/core/zip')
-rw-r--r--src/core/zip/MiniZip/zip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/zip/MiniZip/zip.c b/src/core/zip/MiniZip/zip.c
index 19bf2686..64cc759d 100644
--- a/src/core/zip/MiniZip/zip.c
+++ b/src/core/zip/MiniZip/zip.c
@@ -1045,7 +1045,6 @@ extern int ZEXPORT zipCloseFileInZipRaw (file, uncompressed_size, crc32)
uLong uTotalOutBefore;
if (zi->ci.stream.avail_out == 0)
{
- if (zipFlushWriteBuffer(zi) == ZIP_ERRNO)
zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
zi->ci.stream.next_out = zi->ci.buffered_data;
}