diff options
Diffstat (limited to 'runtime/oat_file.h')
| -rw-r--r-- | runtime/oat_file.h | 2 |
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, |