diff options
author | Yusuke Sato <yusukes@google.com> | 2015-08-05 13:14:53 -0700 |
---|---|---|
committer | Yusuke Sato <yusukes@google.com> | 2015-08-05 13:14:53 -0700 |
commit | ead2088efe305320cf860c4eb60b2b0381930635 (patch) | |
tree | 24f38e3725308b78a9cecf943f25dc2ea4371ee0 /libs/androidfw/ZipFileRO.cpp | |
parent | 3251f2aab75c8c905cc59b428d99812b5575ebdb (diff) |
Fix build breakage caused by r.android.com/162907
Change-Id: Ifeb7b57ce79f3d8c0edadf03d14853e72840d49e
Diffstat (limited to 'libs/androidfw/ZipFileRO.cpp')
-rw-r--r-- | libs/androidfw/ZipFileRO.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/androidfw/ZipFileRO.cpp b/libs/androidfw/ZipFileRO.cpp index 96eb64962b97..49fe8a261178 100644 --- a/libs/androidfw/ZipFileRO.cpp +++ b/libs/androidfw/ZipFileRO.cpp @@ -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 : ""); |