| Index: pkg/compiler/lib/src/universe/world_impact.dart
|
| diff --git a/pkg/compiler/lib/src/universe/world_impact.dart b/pkg/compiler/lib/src/universe/world_impact.dart
|
| index 45dcba579dc1ebaa7c2f58bada1b20d0947faf7d..1ba0ab740c3690b9886b0bf9c0c7bb48fad8bba5 100644
|
| --- a/pkg/compiler/lib/src/universe/world_impact.dart
|
| +++ b/pkg/compiler/lib/src/universe/world_impact.dart
|
| @@ -4,10 +4,8 @@
|
|
|
| library dart2js.universe.world_impact;
|
|
|
| -import '../elements/elements.dart'
|
| - show Element, LocalFunctionElement, MethodElement;
|
| +import '../elements/elements.dart' show Element;
|
| import '../util/util.dart' show Setlet;
|
| -
|
| import 'use.dart' show DynamicUse, StaticUse, TypeUse;
|
|
|
| class WorldImpact {
|
|
|