| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 9828f1a0c93954acd18995ad397d8d52fc05363d..62de4b842c2d4915aad8395b97514568b40aba4e 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -123,7 +123,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.") \
|
|
|