| 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 d6bcae9baee15ccfafb59534d66baf3c1c84c8b6..f0939cb4f7a7f094392bd6714ebb462dec32da82 100644
|
| --- a/pkg/compiler/lib/src/resolution/typedefs.dart
|
| +++ b/pkg/compiler/lib/src/resolution/typedefs.dart
|
| @@ -5,8 +5,7 @@
|
| library dart2js.resolution.typedefs;
|
|
|
| import '../compiler.dart' show
|
| - Compiler,
|
| - isPrivateName;
|
| + Compiler;
|
| import '../dart_types.dart';
|
| import '../diagnostics/messages.dart' show
|
| MessageKind;
|
|
|