Skip to content

Commit ebc4e8d

Browse files
authored
Merge pull request #76584 from xedin/remove-outdated-comment
[CSBindings] NFC: Remove outdated comment
2 parents af26294 + b712b50 commit ebc4e8d

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
@@ -1855,10 +1855,6 @@ void PotentialBindings::infer(Constraint *constraint) {
18551855
break;
18561856

18571857
case ConstraintKind::Disjunction:
1858-
// If there is additional context available via disjunction
1859-
// associated with closure literal (e.g. coercion to some other
1860-
// type) let's delay resolving the closure until the disjunction
1861-
// is attempted.
18621858
DelayedBy.push_back(constraint);
18631859
break;
18641860

0 commit comments

Comments
 (0)