Skip to content

Commit

Permalink
Remove dubious comment (#150608)
Browse files Browse the repository at this point in the history
Follow-up to
flutter/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/flutter#6093
It might have been mistakenly copied from
[here](flutter/flutter@a0227ca#diff-a6e4bf25b45ecb000db25d7343a44f018ff5302d4695eaa1277d804d2252c1f5R148)
(where it makes a lot more sense).
  • Loading branch information
sigurdm authored Jun 25, 2024
1 parent 778eaf6 commit 6629df6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/flutter_tools/lib/src/commands/analyze_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ class PackageDependencyTracker {
}
}

// prepare a union of all the .packages files
if (dependencies.hasConflicts) {
final StringBuffer message = StringBuffer();
message.writeln(dependencies.generateConflictReport());
Expand Down

0 comments on commit 6629df6

Please sign in to comment.