diff options
Diffstat (limited to 'runtime/art_method.h')
-rw-r--r-- | runtime/art_method.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h index 4e3ef5366a..5bbee92c14 100644 --- a/runtime/art_method.h +++ b/runtime/art_method.h @@ -343,8 +343,6 @@ class ArtMethod final { AddAccessFlags(kAccMustCountLocks); } - hiddenapi::ApiList GetHiddenApiAccessFlags() REQUIRES_SHARED(Locks::mutator_lock_); - // Returns true if this method could be overridden by a default method. bool IsOverridableByDefaultMethod() REQUIRES_SHARED(Locks::mutator_lock_); |