Cleanup obsolete Dart VM flags (flutter/engine#52197)

Remove obsolete Dart VM flags from the lists of allowed Dart VM flags in
the engine.
This commit is contained in:
Alexander Markov 2024-04-17 10:18:19 -07:00 committed by GitHub
parent f6936d2baf
commit 4b268e1ac8

View File

@ -62,8 +62,6 @@ static const std::string kAllowedDartFlags[] = {
"--trace-reload",
"--trace-reload-verbose",
"--write-service-info",
"--null_assertions",
"--strict_null_safety_checks",
"--max_subtype_cache_entries",
"--enable-asserts",
};