summaryrefslogtreecommitdiffstats
path: root/libziparchive
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-24 10:09:06 -0800
committerAndreas Gampe <agampe@google.com>2014-11-24 10:09:06 -0800
commitd0e6dc1ad1b4e6aeaba2af53012f0c84e32ccc08 (patch)
tree3d2b13bb3c79c41a79851caca79745205a693805 /libziparchive
parent7f187c5f95d6bf0514e71e0e074768bd5395d45f (diff)
downloadsystem_core-d0e6dc1ad1b4e6aeaba2af53012f0c84e32ccc08.zip
system_core-d0e6dc1ad1b4e6aeaba2af53012f0c84e32ccc08.tar.gz
system_core-d0e6dc1ad1b4e6aeaba2af53012f0c84e32ccc08.tar.bz2
Libziparchive: Remove unused variable
For build-system CFLAGS clean-up, remove unused variable. Change-Id: Icc33cf5d0a5fe9a77c277b100de01b70164cc351
Diffstat (limited to 'libziparchive')
-rw-r--r--libziparchive/zip_archive.cc1
1 files changed, 0 insertions, 1 deletions
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.