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

Commit ead2088e authored by Yusuke Sato's avatar Yusuke Sato
Browse files

Fix build breakage caused by r.android.com/162907

Change-Id: Ifeb7b57ce79f3d8c0edadf03d14853e72840d49e
parent 3251f2aa
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;