Skip to content

Commit c052f5d

Browse files
authored
Merge pull request swiftlang#39684 from apple/remove-outdated-fixme
[CSClosure] NFC: Remove outdated FIXME about `SolutionApplicationTarget`
2 parents 05dd0e0 + b865a7a commit c052f5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/CSClosure.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ class ClosureConstraintGenerator
833833
contextualTy,
834834
/*isDiscarded=*/false);
835835

836-
// FIXME: Use SolutionApplicationTarget?
837836
if (cs.generateConstraints(target, FreeTypeVariableBinding::Disallow)) {
838837
hadError = true;
839838
return;

0 commit comments

Comments
 (0)