diff options
Diffstat (limited to 'src/compiler/driver/compiler_driver.h')
-rw-r--r-- | src/compiler/driver/compiler_driver.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/compiler/driver/compiler_driver.h b/src/compiler/driver/compiler_driver.h index 3581f5f68f..a20e5ef585 100644 --- a/src/compiler/driver/compiler_driver.h +++ b/src/compiler/driver/compiler_driver.h @@ -102,13 +102,6 @@ class CompilerDriver { CompilerTls* GetTls(); - // Stub to throw AbstractMethodError - static mirror::ByteArray* CreateAbstractMethodErrorStub(InstructionSet instruction_set) - SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - - static mirror::ByteArray* CreateJniDlsymLookupStub(InstructionSet instruction_set) - SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - // A class is uniquely located by its DexFile and the class_defs_ table index into that DexFile typedef std::pair<const DexFile*, uint32_t> ClassReference; |