am 276968f2: am 1f6be2b6: Merge "Libziparchive: Remove unused variable"

* commit '276968f24c25924f0e08539f46a5ea0cd041b6f0':
  Libziparchive: Remove unused variable
This commit is contained in:
Andreas Gampe 2014-11-25 19:56:52 +00:00 committed by Android Git Automerger
commit b69d7d40be

View file

@ -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.