| Index: pkg/analyzer_cli/lib/src/build_mode.dart
|
| diff --git a/pkg/analyzer_cli/lib/src/build_mode.dart b/pkg/analyzer_cli/lib/src/build_mode.dart
|
| index f64ab3b5e36aa61cfcaf8920fcaa9567397c3ad5..b866ff2a843f73676db034e3a6c2e442efed51db 100644
|
| --- a/pkg/analyzer_cli/lib/src/build_mode.dart
|
| +++ b/pkg/analyzer_cli/lib/src/build_mode.dart
|
| @@ -223,7 +223,6 @@ class BuildMode {
|
| }
|
| // Perform linking.
|
| _computeLinkedLibraries(unlinkedUris);
|
| - assembler.recordDependencies(summaryDataStore);
|
| }
|
|
|
| // Write the whole package bundle.
|
| @@ -294,8 +293,7 @@ class BuildMode {
|
|
|
| void _createAnalysisDriver() {
|
| // Read the summaries.
|
| - summaryDataStore = new SummaryDataStore(<String>[],
|
| - recordDependencyInfo: _shouldOutputSummary);
|
| + summaryDataStore = new SummaryDataStore(<String>[]);
|
|
|
| // Adds a bundle at `path` to `summaryDataStore`.
|
| PackageBundle addBundle(String path) {
|
|
|