| Index: pkg/compiler/tool/perf.dart
|
| diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart
|
| index a9c8e6f02dd384a8787ad51d6b5ab4d0e4e6b250..9a4fc4469298f9a760d7c1bdd60fc0ea8586e46f 100644
|
| --- a/pkg/compiler/tool/perf.dart
|
| +++ b/pkg/compiler/tool/perf.dart
|
| @@ -365,10 +365,6 @@ class MyCompiler extends CompilerImpl {
|
| resolutionEnqueuer.applyImpact(computeImpactForLibrary(library));
|
| });
|
|
|
| - if (deferredLoadTask.isProgramSplit) {
|
| - resolutionEnqueuer
|
| - .applyImpact(backend.computeDeferredLoadingImpact());
|
| - }
|
| resolveLibraryMetadata();
|
| reporter.log('Resolving...');
|
| processQueue(resolutionEnqueuer, mainFunction, libraryLoader.libraries);
|
|
|