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

* commit '1f6be2b6355d26967993011bb92afb0754b90655':
  Libziparchive: Remove unused variable
This commit is contained in:
Andreas Gampe 2014-11-25 18:51:53 +00:00 committed by Android Git Automerger
commit 276968f24c

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.