| Index: pkg/compiler/lib/src/deferred_load.dart
|
| diff --git a/pkg/compiler/lib/src/deferred_load.dart b/pkg/compiler/lib/src/deferred_load.dart
|
| index 6055e037a75a944f7fc82f54d84cc7919a2c6eb9..228ead09c98c8f6b86586f273d162307098e0a76 100644
|
| --- a/pkg/compiler/lib/src/deferred_load.dart
|
| +++ b/pkg/compiler/lib/src/deferred_load.dart
|
| @@ -40,7 +40,7 @@ import 'universe/world_impact.dart'
|
| show ImpactUseCase, WorldImpact, WorldImpactVisitorImpl;
|
| import 'util/setlet.dart' show Setlet;
|
| import 'util/uri_extras.dart' as uri_extras;
|
| -import 'util/util.dart' show Link, makeUnique;
|
| +import 'util/util.dart' show makeUnique;
|
|
|
| /// A "hunk" of the program that will be loaded whenever one of its [imports]
|
| /// are loaded.
|
|
|