summaryrefslogtreecommitdiff
path: root/src/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/driver/compiler_driver.h')
-rw-r--r--src/compiler/driver/compiler_driver.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compiler/driver/compiler_driver.h b/src/compiler/driver/compiler_driver.h
index fae6902699..3581f5f68f 100644
--- a/src/compiler/driver/compiler_driver.h
+++ b/src/compiler/driver/compiler_driver.h
@@ -106,12 +106,6 @@ class CompilerDriver {
static mirror::ByteArray* CreateAbstractMethodErrorStub(InstructionSet instruction_set)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
-
- // Generate the trampoline that's invoked by unresolved direct methods
- static mirror::ByteArray* CreateResolutionStub(InstructionSet instruction_set,
- Runtime::TrampolineType type)
- SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
-
static mirror::ByteArray* CreateJniDlsymLookupStub(InstructionSet instruction_set)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);