Skip to content

Commit 1d8f07a

Browse files
authored
Merge pull request #34288 from xedin/remove-getpotentialbindings-from-cs
[ConstraintSystem] NFC: Remove obsolete `getPotentialBindings` declar…
2 parents 55c39c1 + 2d6456c commit 1d8f07a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/swift/Sema/ConstraintSystem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4951,7 +4951,6 @@ class ConstraintSystem {
49514951
Optional<ConstraintSystem::PotentialBinding>
49524952
getPotentialBindingForRelationalConstraint(PotentialBindings &result,
49534953
Constraint *constraint) const;
4954-
PotentialBindings getPotentialBindings(TypeVariableType *typeVar) const;
49554954

49564955
/// Add a constraint to the constraint system.
49574956
SolutionKind addConstraintImpl(ConstraintKind kind, Type first, Type second,

0 commit comments

Comments
 (0)