diff options
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; |