Skip to content

Commit b712b50

Browse files
committed
[CSBindings] NFC: Remove outdated comment
The closure literal check has been removed but the comment was left behind.
1 parent 84e93a2 commit b712b50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Sema/CSBindings.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,10 +1845,6 @@ void PotentialBindings::infer(Constraint *constraint) {
18451845
break;
18461846

18471847
case ConstraintKind::Disjunction:
1848-
// If there is additional context available via disjunction
1849-
// associated with closure literal (e.g. coercion to some other
1850-
// type) let's delay resolving the closure until the disjunction
1851-
// is attempted.
18521848
DelayedBy.push_back(constraint);
18531849
break;
18541850

0 commit comments

Comments
 (0)