Chromium Code Reviews| Index: lib/src/compiler.dart |
| diff --git a/lib/src/compiler.dart b/lib/src/compiler.dart |
| index 19370587db2dd14b4e7b01b8ce8a845f483ae409..fa8839ab62887045a37bad4c179349fcf5e92511 100644 |
| --- a/lib/src/compiler.dart |
| +++ b/lib/src/compiler.dart |
| @@ -288,9 +288,7 @@ abstract class AbstractCompiler { |
| : context = context, |
| options = options, |
| checker = createChecker(context.typeProvider, options.strongOptions, |
| - reporter ?? AnalysisErrorListener.NULL_LISTENER) { |
| - enableDevCompilerInference(context, options.strongOptions); |
|
vsm
2015/09/18 22:29:39
I think this call is redundant with the one in ana
|
| - } |
| + reporter ?? AnalysisErrorListener.NULL_LISTENER); |
| static CodeChecker createChecker(TypeProvider typeProvider, |
| StrongModeOptions options, AnalysisErrorListener reporter) { |