diff options
Diffstat (limited to 'runtime/oat_file_assistant_test.cc')
-rw-r--r-- | runtime/oat_file_assistant_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/oat_file_assistant_test.cc b/runtime/oat_file_assistant_test.cc index 25dcbe4c63..f994f0c99d 100644 --- a/runtime/oat_file_assistant_test.cc +++ b/runtime/oat_file_assistant_test.cc @@ -996,8 +996,6 @@ class RaceGenerateTask : public Task { dex_files = Runtime::Current()->GetOatFileManager().OpenDexFilesFromOat( dex_location_.c_str(), oat_location_.c_str(), - /*class_loader*/nullptr, - /*dex_elements*/nullptr, &oat_file, &error_msgs); CHECK(!dex_files.empty()) << Join(error_msgs, '\n'); |