Skip to content

Commit 8100ccf

Browse files
authored
Stop using 'augmentationImports'. (#3870)
1 parent 9ae01ab commit 8100ccf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/model/package_builder.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,6 @@ extension on Set<String> {
568568
add(part.source.fullName);
569569
}
570570
}
571-
for (var augmentation in element.augmentationImports) {
572-
addFilesReferencedBy(augmentation.importedAugmentation);
573-
}
574571
}
575572
}
576573
}

0 commit comments

Comments
 (0)