OSDN Git Service

Fix build breakage caused by I5ebe0438019958d883a7fda6bd92ea4484211d23 (AOSP)
authorYusuke Sato <yusukes@google.com>
Wed, 5 Aug 2015 20:14:53 +0000 (13:14 -0700)
committerYusuke Sato <yusukes@google.com>
Wed, 5 Aug 2015 21:41:52 +0000 (14:41 -0700)
Change-Id: Icea0ac00c56b5c8aa21134fc49b518cda4759e36

libs/androidfw/ZipFileRO.cpp

index 96eb649..49fe8a2 100644 (file)
@@ -132,11 +132,6 @@ bool ZipFileRO::startIteration(void** cookie) {
 
 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;
     ZipString pe(prefix ? prefix : "");
     ZipString se(suffix ? suffix : "");