[vm] Cleanup obsolete VM flags The following flags are removed: * --null-assertions * --strict_null_safety_checks * --lazy_async_stacks TEST=ci Change-Id: Ibb390d4f85e0e97faa8dd72f6d964e6af0274cad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/363110 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h index 9641573..2fc71af 100644 --- a/runtime/vm/flag_list.h +++ b/runtime/vm/flag_list.h
@@ -108,8 +108,6 @@ R(dump_symbol_stats, false, bool, false, "Dump symbol table statistics") \ P(enable_asserts, bool, false, "Enable assert statements.") \ P(inline_alloc, bool, true, "Whether to use inline allocation fast paths.") \ - R(null_assertions, false, bool, false, "Obsolete, ignored.") \ - R(strict_null_safety_checks, false, bool, false, "Obsolete, ignored.") \ P(enable_mirrors, bool, true, \ "Disable to make importing dart:mirrors an error.") \ P(enable_ffi, bool, true, "Disable to make importing dart:ffi an error.") \ @@ -125,7 +123,6 @@ P(idle_duration_micros, int, kMaxInt32, \ "Allow idle tasks to run for this long.") \ P(interpret_irregexp, bool, false, "Use irregexp bytecode interpreter") \ - P(lazy_async_stacks, bool, true, "Obsolete, ignored.") \ P(link_natives_lazily, bool, false, "Link native calls lazily") \ R(log_marker_tasks, false, bool, false, \ "Log debugging information for old gen GC marking tasks.") \