summaryrefslogtreecommitdiff
path: root/runtime/runtime_options.def
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/runtime_options.def
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/runtime_options.def')
-rw-r--r--runtime/runtime_options.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def
index 53d15bf592..28d47449d9 100644
--- a/runtime/runtime_options.def
+++ b/runtime/runtime_options.def
@@ -165,10 +165,6 @@ RUNTIME_OPTIONS_KEY (Unit, UseStderrLogger)
RUNTIME_OPTIONS_KEY (Unit, OnlyUseSystemOatFiles)
RUNTIME_OPTIONS_KEY (unsigned int, VerifierLoggingThreshold, 100)
-RUNTIME_OPTIONS_KEY (gc::space::ImageSpaceLoadingOrder, \
- ImageSpaceLoadingOrder, \
- gc::space::ImageSpaceLoadingOrder::kSystemFirst)
-
RUNTIME_OPTIONS_KEY (bool, FastClassNotFoundException, true)
RUNTIME_OPTIONS_KEY (bool, VerifierMissingKThrowFatal, true)