summaryrefslogtreecommitdiff
path: root/runtime/instrumentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/instrumentation.h')
-rw-r--r--runtime/instrumentation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/instrumentation.h b/runtime/instrumentation.h
index b232422449..23c433e66b 100644
--- a/runtime/instrumentation.h
+++ b/runtime/instrumentation.h
@@ -550,8 +550,6 @@ class Instrumentation {
void InstallStubsForMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
- void UpdateEntrypointsForDebuggable() REQUIRES(art::Locks::mutator_lock_);
-
// Install instrumentation exit stub on every method of the stack of the given thread.
// This is used by:
// - the debugger to cause a deoptimization of the all frames in thread's stack (for