Skip to content

Commit 6629df6

Browse files
authored
Remove dubious comment (flutter#150608)
Follow-up to flutter#150349 (comment) I don't see how the code is preparing a union of anything here. I think the comment is just broken. This comment seems to have appeared in flutter#6093 It might have been mistakenly copied from [here](flutter@a0227ca#diff-a6e4bf25b45ecb000db25d7343a44f018ff5302d4695eaa1277d804d2252c1f5R148) (where it makes a lot more sense).
1 parent 778eaf6 commit 6629df6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/flutter_tools/lib/src/commands/analyze_base.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ class PackageDependencyTracker {
208208
}
209209
}
210210

211-
// prepare a union of all the .packages files
212211
if (dependencies.hasConflicts) {
213212
final StringBuffer message = StringBuffer();
214213
message.writeln(dependencies.generateConflictReport());

0 commit comments

Comments
 (0)