| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 5a55b8a5f3dd075cf6642ed37ae8fc84771ba878..c03d60db920db73481224bf664d444b78f715012 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -135,8 +135,6 @@ R(support_il_printer, false, bool, true, \
|
| "Support the IL printer.") \
|
| R(support_service, false, bool, true, \
|
| "Support the service protocol.") \
|
| -R(support_coverage, false, bool, true, \
|
| - "Support code coverage.") \
|
| R(support_timeline, false, bool, true, \
|
| "Support timeline.") \
|
| D(trace_cha, bool, false, \
|
|
|