Merge "Libziparchive: Remove unused variable"

This commit is contained in:
Andreas Gampe 2014-11-24 18:11:54 +00:00 committed by Gerrit Code Review
commit 1f6be2b635

View file

@ -193,7 +193,6 @@ struct DataDescriptor {
#undef DISALLOW_IMPLICIT_CONSTRUCTORS #undef DISALLOW_IMPLICIT_CONSTRUCTORS
static const uint32_t kGPBDDFlagMask = 0x0008; // mask value that signifies that the entry has a DD 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 // The maximum size of a central directory or a file
// comment in bytes. // comment in bytes.