diff options
Diffstat (limited to 'runtime/art_field.h')
| -rw-r--r-- | runtime/art_field.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/art_field.h b/runtime/art_field.h index dc7f985b91..1cf7afa022 100644 --- a/runtime/art_field.h +++ b/runtime/art_field.h @@ -180,10 +180,6 @@ class ArtField final { return (GetAccessFlags() & kAccVolatile) != 0; } - hiddenapi::ApiList GetHiddenApiAccessFlags() REQUIRES_SHARED(Locks::mutator_lock_) { - return hiddenapi::DecodeFromRuntime(GetAccessFlags()); - } - // Returns an instance field with this offset in the given class or null if not found. // If kExactOffset is true then we only find the matching offset, not the field containing the // offset. |