| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index daa630c1a5fe9659ae7d6b8b9145bd2acc238134..4403d69e24ab9e2017c928a3362333b212856c86 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -181,7 +181,6 @@ abstract class Compiler extends DiagnosticListener {
|
| final bool enableUserAssertions;
|
| final bool trustTypeAnnotations;
|
| final bool trustPrimitives;
|
| - final bool enableConcreteTypeInference;
|
| final bool disableTypeInferenceFlag;
|
| final Uri deferredMapUri;
|
| final bool dumpInfo;
|
| @@ -490,7 +489,6 @@ abstract class Compiler extends DiagnosticListener {
|
| this.enableUserAssertions: false,
|
| this.trustTypeAnnotations: false,
|
| this.trustPrimitives: false,
|
| - this.enableConcreteTypeInference: false,
|
| bool disableTypeInferenceFlag: false,
|
| this.maxConcreteTypeSize: 5,
|
| this.enableMinification: false,
|
|
|