Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/compiler.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/compiler.dart (revision 20148) |
| +++ sdk/lib/_internal/compiler/implementation/compiler.dart (working copy) |
| @@ -895,7 +895,6 @@ |
| if (elements != null) { |
| // Only analyze nodes with a corresponding [TreeElements]. |
| checker.check(tree, elements); |
| - typesTask.analyze(tree, elements); |
| } |
| return elements; |
| } |