| Index: pkg/compiler/lib/src/universe/call_structure.dart
|
| diff --git a/pkg/compiler/lib/src/universe/call_structure.dart b/pkg/compiler/lib/src/universe/call_structure.dart
|
| index fb9c9084e401dce5f0118a0f842a5caf118f8cf4..84c0a62d08a4d7346c057e0718fac2e50382dee2 100644
|
| --- a/pkg/compiler/lib/src/universe/call_structure.dart
|
| +++ b/pkg/compiler/lib/src/universe/call_structure.dart
|
| @@ -5,11 +5,10 @@
|
| library dart2js.call_structure;
|
|
|
| import '../common.dart';
|
| -import '../common/names.dart' show Identifiers, Names, Selectors;
|
| +import '../common/names.dart' show Names;
|
| import '../elements/elements.dart';
|
| import '../tree/tree.dart';
|
| import '../util/util.dart';
|
| -
|
| import 'selector.dart' show Selector;
|
|
|
| /// The structure of the arguments at a call-site.
|
|
|