diff options
| author | 2020-10-12 15:43:54 +0000 | |
|---|---|---|
| committer | 2020-10-12 15:43:54 +0000 | |
| commit | 45a01f21cae3a0d25e689b86a0273c5b8c46244f (patch) | |
| tree | 0c7169d33b71d643957e1acdaffc0ff61d4526fb /runtime/oat_file_assistant.cc | |
| parent | a706b3294032ff1a9640b13e44b05369a946e2d1 (diff) | |
| parent | ae7168e19f886ed43ed200f9b0e769613df485f9 (diff) | |
Remove unused image space order argument am: ae7168e19f
Original change: https://android-review.googlesource.com/c/platform/art/+/1454864
Change-Id: I144568143d2af945eb2316a2be07823f5e10cb82
Diffstat (limited to 'runtime/oat_file_assistant.cc')
| -rw-r--r-- | runtime/oat_file_assistant.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index 017b102df1..8e8dc89390 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -621,7 +621,6 @@ bool OatFileAssistant::ValidateBootClassPathChecksums(const OatFile& oat_file) { ArrayRef<const std::string>(runtime->GetBootClassPathLocations()), ArrayRef<const std::string>(runtime->GetBootClassPath()), isa_, - runtime->GetImageSpaceLoadingOrder(), &error_msg); if (!result) { VLOG(oat) << "Failed to verify checksums of oat file " << oat_file.GetLocation() |