summaryrefslogtreecommitdiff
path: root/runtime/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stack.h')
-rw-r--r--runtime/stack.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/stack.h b/runtime/stack.h
index 992bda5a1e..e879214c75 100644
--- a/runtime/stack.h
+++ b/runtime/stack.h
@@ -755,10 +755,6 @@ class StackVisitor {
return cur_shadow_frame_;
}
- bool IsCurrentFrameInInterpreter() const {
- return cur_shadow_frame_ != nullptr;
- }
-
HandleScope* GetCurrentHandleScope(size_t pointer_size) const {
ArtMethod** sp = GetCurrentQuickFrame();
// Skip ArtMethod*; handle scope comes next;