diff options
author | Vladimir Marko <vmarko@google.com> | 2014-01-09 19:24:37 +0000 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2014-01-21 17:09:51 +0000 |
commit | 23a282146042a0d171aec2a415176f5d0621a90c (patch) | |
tree | de676891deb5bee6bc76b7cba23c29df662e57c0 /runtime/common_throws.cc | |
parent | d6c3ae638a47db3970054843d2aa2f0d961cec4c (diff) | |
download | android_art-23a282146042a0d171aec2a415176f5d0621a90c.tar.gz android_art-23a282146042a0d171aec2a415176f5d0621a90c.tar.bz2 android_art-23a282146042a0d171aec2a415176f5d0621a90c.zip |
Clean up access checks.
Change-Id: Ia62ba6c8f1d0a9bfbbfde2d7be4c52c0f982b9d2
Diffstat (limited to 'runtime/common_throws.cc')
-rw-r--r-- | runtime/common_throws.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/common_throws.cc b/runtime/common_throws.cc index 0419dab0f8..dd832df373 100644 --- a/runtime/common_throws.cc +++ b/runtime/common_throws.cc @@ -136,7 +136,6 @@ void ThrowIllegalAccessErrorClass(mirror::Class* referrer, mirror::Class* access } void ThrowIllegalAccessErrorClassForMethodDispatch(mirror::Class* referrer, mirror::Class* accessed, - const mirror::ArtMethod* caller, const mirror::ArtMethod* called, InvokeType type) { std::ostringstream msg; |