Fix build breakage caused by r.android.com/162907
Change-Id: Ifeb7b57ce79f3d8c0edadf03d14853e72840d49e
This commit is contained in:
@@ -130,11 +130,6 @@ bool ZipFileRO::startIteration(void** cookie) {
|
||||
return startIteration(cookie, NULL, NULL);
|
||||
}
|
||||
|
||||
bool ZipFileRO::startIteration(void** cookie, const char* prefix, const char* suffix)
|
||||
{
|
||||
return startIteration(cookie, NULL, NULL);
|
||||
}
|
||||
|
||||
bool ZipFileRO::startIteration(void** cookie, const char* prefix, const char* suffix)
|
||||
{
|
||||
_ZipEntryRO* ze = new _ZipEntryRO;
|
||||
|
||||
Reference in New Issue
Block a user