summaryrefslogtreecommitdiffstats
path: root/minzip/Zip.c
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-06-03 19:49:29 +0200
committerTao Bao <tbao@google.com>2015-06-03 20:30:03 +0200
commit80e46e08de5f65702fa7f7cd3ef83f905d919bbc (patch)
treea49e149d6efdf165c92650ebd6d7f410ee63b4f6 /minzip/Zip.c
parentMerge "Fix build: fprintf without modifier" (diff)
downloadandroid_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.gz
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.bz2
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.lz
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.xz
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.tar.zst
android_bootable_recovery-80e46e08de5f65702fa7f7cd3ef83f905d919bbc.zip
Diffstat (limited to 'minzip/Zip.c')
-rw-r--r--minzip/Zip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/minzip/Zip.c b/minzip/Zip.c
index 40712e03a..a64c833f9 100644
--- a/minzip/Zip.c
+++ b/minzip/Zip.c
@@ -506,7 +506,6 @@ static bool processDeflatedEntry(const ZipArchive *pArchive,
void *cookie)
{
long result = -1;
- unsigned char readBuf[32 * 1024];
unsigned char procBuf[32 * 1024];
z_stream zstream;
int zerr;
@@ -603,7 +602,6 @@ bool mzProcessZipEntryContents(const ZipArchive *pArchive,
void *cookie)
{
bool ret = false;
- off_t oldOff;
switch (pEntry->compression) {
case STORED: