| Index: runtime/vm/flow_graph_builder.cc
|
| diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
|
| index 1a5210d816394501afcf855fe56d9d5b633c1a37..b424c603422311172ce1c724bd6a47633c4a08db 100644
|
| --- a/runtime/vm/flow_graph_builder.cc
|
| +++ b/runtime/vm/flow_graph_builder.cc
|
| @@ -36,7 +36,6 @@ DEFINE_FLAG(bool, eliminate_type_checks, true,
|
| "Eliminate type checks when allowed by static type analysis.");
|
| DEFINE_FLAG(bool, print_ast, false, "Print abstract syntax tree.");
|
| DEFINE_FLAG(bool, print_scopes, false, "Print scopes of local variables.");
|
| -DEFINE_FLAG(bool, support_debugger, true, "Emit code needed for debugging");
|
| DEFINE_FLAG(bool, trace_type_check_elimination, false,
|
| "Trace type check elimination at compile time.");
|
|
|
|
|