diff options
| author | 2014-01-09 19:24:37 +0000 | |
|---|---|---|
| committer | 2014-01-21 17:09:51 +0000 | |
| commit | 23a282146042a0d171aec2a415176f5d0621a90c (patch) | |
| tree | de676891deb5bee6bc76b7cba23c29df662e57c0 /runtime/common_throws.h | |
| parent | d6c3ae638a47db3970054843d2aa2f0d961cec4c (diff) | |
Clean up access checks.
Change-Id: Ia62ba6c8f1d0a9bfbbfde2d7be4c52c0f982b9d2
Diffstat (limited to 'runtime/common_throws.h')
| -rw-r--r-- | runtime/common_throws.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/common_throws.h b/runtime/common_throws.h index 3164f308c1..7f13891400 100644 --- a/runtime/common_throws.h +++ b/runtime/common_throws.h @@ -76,7 +76,6 @@ void ThrowIllegalAccessErrorClass(mirror::Class* referrer, mirror::Class* access SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) COLD_ATTR; void ThrowIllegalAccessErrorClassForMethodDispatch(mirror::Class* referrer, mirror::Class* accessed, - const mirror::ArtMethod* caller, const mirror::ArtMethod* called, InvokeType type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) COLD_ATTR; |