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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/method_helper.h b/runtime/method_helper.h
index 14ba7d1254..dc305d57b7 100644
--- a/runtime/method_helper.h
+++ b/runtime/method_helper.h
@@ -40,8 +40,6 @@ class MethodHelperT {
return method_.Get();
}
- mirror::String* GetNameAsString(Thread* self) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
-
const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
const char* result = shorty_;
if (result == nullptr) {