diff options
Diffstat (limited to 'runtime/stack.h')
| -rw-r--r-- | runtime/stack.h | 4 |
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; |