summaryrefslogtreecommitdiffstats
path: root/runtime/common_throws.cc
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2014-01-09 19:24:37 +0000
committerVladimir Marko <vmarko@google.com>2014-01-21 17:09:51 +0000
commit23a282146042a0d171aec2a415176f5d0621a90c (patch)
treede676891deb5bee6bc76b7cba23c29df662e57c0 /runtime/common_throws.cc
parentd6c3ae638a47db3970054843d2aa2f0d961cec4c (diff)
downloadandroid_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.cc1
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;