| Index: pkg/dev_compiler/lib/src/compiler/compiler.dart
|
| diff --git a/pkg/dev_compiler/lib/src/compiler/compiler.dart b/pkg/dev_compiler/lib/src/compiler/compiler.dart
|
| index 0265b431b876a0c28ce2e5c1e7616996ff97340e..e90d37259c18e5796344975881da371aebaac522 100644
|
| --- a/pkg/dev_compiler/lib/src/compiler/compiler.dart
|
| +++ b/pkg/dev_compiler/lib/src/compiler/compiler.dart
|
| @@ -89,7 +89,6 @@ class ModuleCompiler {
|
| // Read the summaries.
|
| summaryData ??= new SummaryDataStore(options.summaryPaths,
|
| resourceProvider: resourceProvider, recordDependencyInfo: true);
|
| -
|
| var sdkSummaryBundle = sdk.getLinkedBundle();
|
| if (sdkSummaryBundle != null) {
|
| summaryData.addBundle(null, sdkSummaryBundle);
|
|
|