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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/method_helper.h b/runtime/method_helper.h
index babcc832e5..44c69135a5 100644
--- a/runtime/method_helper.h
+++ b/runtime/method_helper.h
@@ -99,10 +99,6 @@ class MethodHelperT {
}
template <template <class T> class HandleKind2>
- ALWAYS_INLINE bool HasSameNameAndSignature(MethodHelperT<HandleKind2>* other)
- SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
-
- template <template <class T> class HandleKind2>
bool HasSameSignatureWithDifferentClassLoaders(Thread* self, MethodHelperT<HandleKind2>* other)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);