| Index: pkg/compiler/lib/src/dart2js.dart
|
| diff --git a/pkg/compiler/lib/src/dart2js.dart b/pkg/compiler/lib/src/dart2js.dart
|
| index c250be1b0dbd3c2e672bf6e7e0a605ed84cb55fc..bc511e44b00d580dbc1c9953cf09a0022737466c 100644
|
| --- a/pkg/compiler/lib/src/dart2js.dart
|
| +++ b/pkg/compiler/lib/src/dart2js.dart
|
| @@ -329,9 +329,6 @@ Future<api.CompilationResult> compile(List<String> argv) {
|
| (_) => diagnosticHandler.enableColors = true),
|
| new OptionHandler('--enable[_-]checked[_-]mode|--checked',
|
| (_) => setCheckedMode(Flags.enableCheckedMode)),
|
| - new OptionHandler(Flags.enableConcreteTypeInference,
|
| - (_) => implyCompilation(
|
| - Flags.enableConcreteTypeInference)),
|
| new OptionHandler(Flags.trustTypeAnnotations,
|
| (_) => setTrustTypeAnnotations(
|
| Flags.trustTypeAnnotations)),
|
|
|