Merge "Fix build breakage caused by r.android.com/162907" into mnc-dr-dev-plus-aosp
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