| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 50a756cf7ac31056e675bc5e6e28111ba41be313..d0729d92a67f130b35b779240d344be12d4b45b8 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -126,7 +126,6 @@
|
| P(polymorphic_with_deopt, bool, true, \
|
| "Polymorphic calls with deoptimization / megamorphic call") \
|
| P(precompiled_mode, bool, false, "Precompilation compiler mode") \
|
| - C(precompiled_runtime, true, false, bool, false, "Precompiled runtime mode") \
|
| P(print_snapshot_sizes, bool, false, "Print sizes of generated snapshots.") \
|
| P(print_benchmarking_metrics, bool, false, \
|
| "Print additional memory and latency metrics for benchmarking.") \
|
|
|