| Index: runtime/vm/parser.cc
|
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
|
| index ff69fea0fb807dab7bfe9b3052a3ec1974fc20d2..f5e8702d63ac27e9005c8257b3e995bf54973a9c 100644
|
| --- a/runtime/vm/parser.cc
|
| +++ b/runtime/vm/parser.cc
|
| @@ -41,8 +41,6 @@
|
| namespace dart {
|
|
|
| DEFINE_FLAG(bool, enable_debug_break, false, "Allow use of break \"message\".");
|
| -DEFINE_FLAG(bool, enable_mirrors, true,
|
| - "Disable to make importing dart:mirrors an error.");
|
| DEFINE_FLAG(bool, load_deferred_eagerly, false,
|
| "Load deferred libraries eagerly.");
|
| DEFINE_FLAG(bool, trace_parser, false, "Trace parser operations.");
|
| @@ -14348,8 +14346,6 @@ void Parser::SkipQualIdent() {
|
|
|
| namespace dart {
|
|
|
| -DEFINE_FLAG(bool, enable_mirrors, true,
|
| - "Disable to make importing dart:mirrors an error.");
|
| DEFINE_FLAG(bool, load_deferred_eagerly, false,
|
| "Load deferred libraries eagerly.");
|
| DEFINE_FLAG(bool, link_natives_lazily, false, "Link native calls lazily");
|
|
|