Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa451e37 authored by Yusuke Sato's avatar Yusuke Sato Committed by Android Git Automerger
Browse files

am 5387f60b: Merge "Fix build breakage caused by r.android.com/162907" into mnc-dr-dev-plus-aosp

* commit '5387f60b':
  Fix build breakage caused by r.android.com/162907
parents f9bf5cd4 5387f60b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;