diff options
Diffstat (limited to 'runtime/class_linker.h')
| -rw-r--r-- | runtime/class_linker.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 2fbbe79e47..66bcbe091f 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -511,10 +511,6 @@ class ClassLinker { return intern_table_; } - // Set the entrypoints up for method to the given code. - void SetEntryPointsToCompiledCode(ArtMethod* method, const void* method_code) const - REQUIRES_SHARED(Locks::mutator_lock_); - // Set the entrypoints up for method to the enter the interpreter. void SetEntryPointsToInterpreter(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_lock_); |