diff options
| author | 2014-12-03 00:04:43 +0000 | |
|---|---|---|
| committer | 2014-12-03 00:04:43 +0000 | |
| commit | 384f729a465d0ab3a76faa7ec8fa05ced82b4a85 (patch) | |
| tree | 4e36277e305cb9ec7d195ef1c2386615f071ab89 /runtime/method_helper.h | |
| parent | c1f5f73d4790d8d72c6bebd8e31cc7f5a4bd0f84 (diff) | |
| parent | a0485607a4a4d8c683a9849f6f20902c4e1da7a4 (diff) | |
Merge "Move GetClassFromTypeIdx to ArtMethod."
Diffstat (limited to 'runtime/method_helper.h')
| -rw-r--r-- | runtime/method_helper.h | 3 |
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_; |