| 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 7ababab27fd66e290efde20c05ca85c85ea54bc4..5e61be9eb4e07711804b265e802536b975ff6c0e 100644
|
| --- a/pkg/compiler/lib/src/deferred_load.dart
|
| +++ b/pkg/compiler/lib/src/deferred_load.dart
|
| @@ -319,7 +319,6 @@ class DeferredLoadTask extends CompilerTask {
|
| worldImpact.staticUses.forEach((StaticUse staticUse) {
|
| elements.add(staticUse.element);
|
| });
|
| - elements.addAll(worldImpact.closures);
|
| for (TypeUse typeUse in worldImpact.typeUses) {
|
| DartType type = typeUse.type;
|
| switch (typeUse.kind) {
|
|
|