summaryrefslogtreecommitdiff
path: root/runtime/method_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/method_helper.h')
-rw-r--r--runtime/method_helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/method_helper.h b/runtime/method_helper.h
index 26306081f8..babcc832e5 100644
--- a/runtime/method_helper.h
+++ b/runtime/method_helper.h
@@ -106,9 +106,6 @@ class MethodHelperT {
bool HasSameSignatureWithDifferentClassLoaders(Thread* self, MethodHelperT<HandleKind2>* other)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
- mirror::Class* GetClassFromTypeIdx(uint16_t type_idx, bool resolve = true)
- SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
-
protected:
HandleKind<mirror::ArtMethod> method_;