diff options
Diffstat (limited to 'runtime/runtime_options.def')
| -rw-r--r-- | runtime/runtime_options.def | 4 |
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) |