| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index a60cf25042aef58eceb6b94cb4b2eb4cd2baa732..984d2275f74629116e583017f6551dc0033cf9f2 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -147,7 +147,6 @@
|
| "Debugger support async functions.") \
|
| R(support_ast_printer, false, bool, true, "Support the AST printer.") \
|
| R(support_compiler_stats, false, bool, true, "Support compiler stats.") \
|
| - C(support_debugger, false, false, bool, true, "Support the debugger.") \
|
| R(support_disassembler, false, bool, true, "Support the disassembler.") \
|
| R(support_il_printer, false, bool, true, "Support the IL printer.") \
|
| C(support_reload, false, false, bool, true, "Support isolate reload.") \
|
|
|