From d0e6dc1ad1b4e6aeaba2af53012f0c84e32ccc08 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 24 Nov 2014 10:09:06 -0800 Subject: Libziparchive: Remove unused variable For build-system CFLAGS clean-up, remove unused variable. Change-Id: Icc33cf5d0a5fe9a77c277b100de01b70164cc351 --- libziparchive/zip_archive.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libziparchive') diff --git a/libziparchive/zip_archive.cc b/libziparchive/zip_archive.cc index 40416a0..92150c3 100644 --- a/libziparchive/zip_archive.cc +++ b/libziparchive/zip_archive.cc @@ -193,7 +193,6 @@ struct DataDescriptor { #undef DISALLOW_IMPLICIT_CONSTRUCTORS static const uint32_t kGPBDDFlagMask = 0x0008; // mask value that signifies that the entry has a DD -static const uint32_t kMaxErrorLen = 1024; // The maximum size of a central directory or a file // comment in bytes. -- cgit v1.1