Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/typechecker.dart |
| diff --git a/sdk/lib/_internal/compiler/implementation/typechecker.dart b/sdk/lib/_internal/compiler/implementation/typechecker.dart |
| index 62c90d7b6b3831d9a1691212765813f9382c8260..ed5ac45129c013ca488bd4a4829f9990403ae406 100644 |
| --- a/sdk/lib/_internal/compiler/implementation/typechecker.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/typechecker.dart |
| @@ -26,7 +26,6 @@ class TypeCheckerTask extends CompilerTask { |
| } |
| } |
| - |
| class CancelTypeCheckException { |
| final Node node; |
| final String reason; |