| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 85f74c4e2b3b75574e763382e63902b150ea4702..2336105ed0aea58d3ca81cd6f703b62e60954e26 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -51,8 +51,6 @@
|
| "Run optimizing compilation in background") \
|
| R(background_compilation_stop_alot, false, bool, false, \
|
| "Stress test system: stop background compiler often.") \
|
| - P(background_finalization, bool, false, \
|
| - "Run weak handle finalizers in background") \
|
| R(break_at_isolate_spawn, false, bool, false, \
|
| "Insert a one-time breakpoint at the entrypoint for all spawned isolates") \
|
| C(collect_code, false, true, bool, true, \
|
|
|