| Index: pkg/compiler/lib/src/resolution/typedefs.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/typedefs.dart b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| index 7f1814198a2209aa61f9f9efc61f844327d8aec1..eed801b8995df0498df7651dcc3570176fd26c67 100644
|
| --- a/pkg/compiler/lib/src/resolution/typedefs.dart
|
| +++ b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| @@ -4,8 +4,6 @@
|
|
|
| library dart2js.resolution.typedefs;
|
|
|
| -import 'dart:developer';
|
| -
|
| import '../common.dart';
|
| import '../common/resolution.dart';
|
| import '../dart_types.dart';
|
| @@ -14,7 +12,6 @@ import '../elements/elements.dart'
|
| import '../elements/modelx.dart' show ErroneousElementX, TypedefElementX;
|
| import '../tree/tree.dart';
|
| import '../util/util.dart' show Link;
|
| -
|
| import 'class_hierarchy.dart' show TypeDefinitionVisitor;
|
| import 'registry.dart' show ResolutionRegistry;
|
| import 'scope.dart' show MethodScope, TypeDeclarationScope;
|
|
|