summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-25 18:51:53 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-25 18:51:53 +0000
commit276968f24c25924f0e08539f46a5ea0cd041b6f0 (patch)
tree0384c302b7ddd8aa2087e87f346af8c45e063be5
parent422ced07e5a7353895e5a835236c2356b4e69330 (diff)
parent1f6be2b6355d26967993011bb92afb0754b90655 (diff)
downloadsystem_core-276968f24c25924f0e08539f46a5ea0cd041b6f0.zip
system_core-276968f24c25924f0e08539f46a5ea0cd041b6f0.tar.gz
system_core-276968f24c25924f0e08539f46a5ea0cd041b6f0.tar.bz2
am 1f6be2b6: Merge "Libziparchive: Remove unused variable"
* commit '1f6be2b6355d26967993011bb92afb0754b90655': Libziparchive: Remove unused variable
-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.