diff options
Diffstat (limited to 'runtime/runtime_options.def')
| -rw-r--r-- | runtime/runtime_options.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def index 2a96703109..6db0cb2cb6 100644 --- a/runtime/runtime_options.def +++ b/runtime/runtime_options.def @@ -134,6 +134,5 @@ RUNTIME_OPTIONS_KEY (void (*)(int32_t status), \ // We don't call abort(3) by default; see // Runtime::Abort. RUNTIME_OPTIONS_KEY (void (*)(), HookAbort, nullptr) -RUNTIME_OPTIONS_KEY (std::string, OatFileManagerCompilerFilter, "speed") #undef RUNTIME_OPTIONS_KEY |