diff options
Diffstat (limited to 'runtime/dex_file.h')
| -rw-r--r-- | runtime/dex_file.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/dex_file.h b/runtime/dex_file.h index 6b8ab282d8..76110f2e5d 100644 --- a/runtime/dex_file.h +++ b/runtime/dex_file.h @@ -1036,10 +1036,6 @@ class DexFile { ALWAYS_INLINE const StandardDexFile* AsStandardDexFile() const; ALWAYS_INLINE const CompactDexFile* AsCompactDexFile() const; - DexFileContainer* GetContainer() const { - return container_.get(); - } - protected: DexFile(const uint8_t* base, size_t size, |