Skip to content

Commit dff73c9

Browse files
committed
[CSBindings] NFC: Remove obsolete literalBindings vector
1 parent 99e6cd4 commit dff73c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sema/CSBindings.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,6 @@ bool ConstraintSystem::PotentialBindings::infer(
753753
const ConstraintSystem &cs, llvm::SmallPtrSetImpl<CanType> &exactTypes,
754754
Constraint *constraint, bool &hasNonDependentMemberRelationalConstraints,
755755
bool &hasDependentMemberRelationalConstraints) {
756-
SmallVector<PotentialBinding, 4> literalBindings;
757-
758756
switch (constraint->getKind()) {
759757
case ConstraintKind::Bind:
760758
case ConstraintKind::Equal:

0 commit comments

Comments
 (0)