Skip to content

Commit

Permalink
Stop using 'augmentationImports'. (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
scheglov authored Sep 4, 2024
1 parent 9ae01ab commit 8100ccf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/model/package_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,6 @@ extension on Set<String> {
add(part.source.fullName);
}
}
for (var augmentation in element.augmentationImports) {
addFilesReferencedBy(augmentation.importedAugmentation);
}
}
}
}

0 comments on commit 8100ccf

Please sign in to comment.