diff options
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r-- | compiler/common_compiler_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index d627af8158..f24406e599 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -291,7 +291,6 @@ void CommonCompilerTestImpl::CompileMethod(ArtMethod* method) { } else { compiled_method = compiler->Compile(method->GetCodeItem(), method->GetAccessFlags(), - method->GetInvokeType(), method->GetClassDefIndex(), method->GetDexMethodIndex(), class_loader, |