From 23a282146042a0d171aec2a415176f5d0621a90c Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 9 Jan 2014 19:24:37 +0000 Subject: Clean up access checks. Change-Id: Ia62ba6c8f1d0a9bfbbfde2d7be4c52c0f982b9d2 --- runtime/common_throws.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/common_throws.cc') 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; -- cgit v1.2.3