summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-06-26 15:49:42 -0700
committerAndreas Gampe <agampe@google.com>2018-06-26 15:49:42 -0700
commitb40d361019897e8b8484b772ccc0be433abafb5f (patch)
treecfb4498ee5757be7cec06f8e4a866e7faabfadba /runtime/oat_file.h
parenta98d9e76ed2486db9a7490a6e421a509ab2f6e2d (diff)
downloadart-b40d361019897e8b8484b772ccc0be433abafb5f.tar.gz
art-b40d361019897e8b8484b772ccc0be433abafb5f.tar.bz2
art-b40d361019897e8b8484b772ccc0be433abafb5f.zip
ART: Finish old move of OatDexFile
The class has been made standalone so it can be forward-declared, but not all nested references had been updated. Test: mmma art Change-Id: Idc5f0af24af17dcae286dee290f729ba61693a11
Diffstat (limited to 'runtime/oat_file.h')
-rw-r--r--runtime/oat_file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/oat_file.h b/runtime/oat_file.h
index d72b6a8971..5f87bf0f99 100644
--- a/runtime/oat_file.h
+++ b/runtime/oat_file.h
@@ -70,8 +70,6 @@ class OatFile {
// Special classpath that skips shared library check.
static constexpr const char* kSpecialSharedLibrary = "&";
- typedef art::OatDexFile OatDexFile;
-
// Opens an oat file contained within the given elf file. This is always opened as
// non-executable at the moment.
static OatFile* OpenWithElfFile(int zip_fd,