summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-11-24 18:11:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-24 18:11:56 +0000
commit1f6be2b6355d26967993011bb92afb0754b90655 (patch)
tree9aced20e1dc52515309c4c95033bd19dd2666c67
parent374de72bbc218198e6a5f09ae4da853d02199b5c (diff)
parentd0e6dc1ad1b4e6aeaba2af53012f0c84e32ccc08 (diff)
downloadsystem_core-1f6be2b6355d26967993011bb92afb0754b90655.zip
system_core-1f6be2b6355d26967993011bb92afb0754b90655.tar.gz
system_core-1f6be2b6355d26967993011bb92afb0754b90655.tar.bz2
Merge "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.