summaryrefslogtreecommitdiff
path: root/runtime/gc/space/image_space.h
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2020-10-12 15:43:54 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-10-12 15:43:54 +0000
commit45a01f21cae3a0d25e689b86a0273c5b8c46244f (patch)
tree0c7169d33b71d643957e1acdaffc0ff61d4526fb /runtime/gc/space/image_space.h
parenta706b3294032ff1a9640b13e44b05369a946e2d1 (diff)
parentae7168e19f886ed43ed200f9b0e769613df485f9 (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/gc/space/image_space.h')
-rw-r--r--runtime/gc/space/image_space.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/gc/space/image_space.h b/runtime/gc/space/image_space.h
index 4ddc5191f7..81ae724ec4 100644
--- a/runtime/gc/space/image_space.h
+++ b/runtime/gc/space/image_space.h
@@ -19,7 +19,6 @@
#include "gc/accounting/space_bitmap.h"
#include "image.h"
-#include "image_space_loading_order.h"
#include "space.h"
namespace art {
@@ -83,8 +82,7 @@ class ImageSpace : public MemMapSpace {
// <search-path>/*
// *
// where the second form means that the path of a particular BCP component
- // should be used to search for that component's boot image extension. These
- // paths will be searched in the specifed order.
+ // should be used to search for that component's boot image extension.
//
// The actual filename shall be derived from the specified locations using
// `GetSystemImageFilename()` or `GetDalvikCacheFilename()`.
@@ -128,7 +126,6 @@ class ImageSpace : public MemMapSpace {
const std::vector<std::string>& boot_class_path_locations,
const std::string& image_location,
const InstructionSet image_isa,
- ImageSpaceLoadingOrder order,
bool relocate,
bool executable,
bool is_zygote,
@@ -237,7 +234,6 @@ class ImageSpace : public MemMapSpace {
ArrayRef<const std::string> boot_class_path_locations,
ArrayRef<const std::string> boot_class_path,
InstructionSet image_isa,
- ImageSpaceLoadingOrder order,
/*out*/std::string* error_msg);
// Returns whether the oat checksums and boot class path description are valid