Index: pkg/compiler/lib/src/dart2js.dart |
diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart |
index 7d19ec05997a581c1494393637201f935e03cd4f..64bb70a474b0eacf05fa0c8f4adc0a970a786c4e 100644 |
--- a/pkg/compiler/lib/src/dart2js.dart |
+++ b/pkg/compiler/lib/src/dart2js.dart |
@@ -338,7 +338,6 @@ Future<api.CompilationResult> compile(List<String> argv) { |
new OptionHandler(Flags.allowMockCompilation, passThrough), |
new OptionHandler(Flags.fastStartup, passThrough), |
new OptionHandler(Flags.genericMethodSyntax, passThrough), |
- new OptionHandler(Flags.initializingFormalAccess, passThrough), |
new OptionHandler('${Flags.minify}|-m', implyCompilation), |
new OptionHandler(Flags.preserveUris, passThrough), |
new OptionHandler('--force-strip=.*', setStrip), |