summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index 22a8c7f190..e2b87942e6 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -616,10 +616,6 @@ class ClassLinker {
return intern_table_;
}
- // Set the entrypoints up for method to the enter the interpreter.
- void SetEntryPointsToInterpreter(ArtMethod* method) const
- REQUIRES_SHARED(Locks::mutator_lock_);
-
// Set the entrypoints up for an obsolete method.
void SetEntryPointsForObsoleteMethod(ArtMethod* method) const
REQUIRES_SHARED(Locks::mutator_lock_);