summaryrefslogtreecommitdiff
path: root/runtime/zip_archive.h
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-12-19 22:55:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-12-19 22:55:03 +0000
commita6615945258f003756ce7f344670a2802fad7037 (patch)
treeebeb5b97ff910ec282c4d32104d73a4372979051 /runtime/zip_archive.h
parent69b2560d6aa74b38cbbd22b8fdabbfb38e814835 (diff)
parente166e67666bf4b23e4ed0a98f5e2bb3cae9cee7d (diff)
Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
Diffstat (limited to 'runtime/zip_archive.h')
-rw-r--r--runtime/zip_archive.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/zip_archive.h b/runtime/zip_archive.h
index 70518e1360..75f8757f6c 100644
--- a/runtime/zip_archive.h
+++ b/runtime/zip_archive.h
@@ -59,8 +59,7 @@ class ZipEntry {
uint32_t GetCrc32();
bool IsUncompressed();
- bool IsAlignedTo(size_t alignment) const;
- bool IsAlignedToDexHeader() const;
+ bool IsAlignedTo(size_t alignment);
private:
ZipEntry(ZipArchiveHandle handle,