am 72ba6264: am 64346eae: Merge "Remove a couple of unused inlines from minzip/Zip.h."

* commit '72ba6264468573c21cc6bade65172be549f5b034':
  Remove a couple of unused inlines from minzip/Zip.h.
This commit is contained in:
Elliott Hughes
2015-04-09 01:03:27 +00:00
committed by Android Git Automerger
-10
View File
@@ -85,22 +85,12 @@ void mzCloseZipArchive(ZipArchive* pArchive);
const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
const char* entryName);
/*
* Get the number of entries in the Zip archive.
*/
INLINE unsigned int mzZipEntryCount(const ZipArchive* pArchive) {
return pArchive->numEntries;
}
INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) {
return pEntry->offset;
}
INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) {
return pEntry->uncompLen;
}
INLINE long mzGetZipEntryCrc32(const ZipEntry* pEntry) {
return pEntry->crc32;
}
/*
* Type definition for the callback function used by