commit | 1f6be2b6355d26967993011bb92afb0754b90655 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Nov 24 18:11:54 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 24 18:11:56 2014 +0000 |
tree | 9aced20e1dc52515309c4c95033bd19dd2666c67 | |
parent | 374de72bbc218198e6a5f09ae4da853d02199b5c [diff] | |
parent | d0e6dc1ad1b4e6aeaba2af53012f0c84e32ccc08 [diff] |
Merge "Libziparchive: Remove unused variable"
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 @@ #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.