| Index: sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/apiimpl.dart b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| index 5fa3e99fc9dacc0506ce5350f6e2c2b8c4b16945..3297e5229d0374a28f5478ed17a99e5bb1bb5bb7 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| @@ -36,7 +36,6 @@ class Compiler extends leg.Compiler {
|
| emitJavaScript: !hasOption(options, '--output-type=dart'),
|
| disallowUnsafeEval: hasOption(options, '--disallow-unsafe-eval'),
|
| analyzeAll: hasOption(options, '--analyze-all'),
|
| - analyzeOnly: hasOption(options, '--analyze-only'),
|
| rejectDeprecatedFeatures:
|
| hasOption(options, '--reject-deprecated-language-features'),
|
| checkDeprecationInSdk:
|
|
|