We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
literalBindings
1 parent 99e6cd4 commit dff73c9Copy full SHA for dff73c9
lib/Sema/CSBindings.cpp
@@ -753,8 +753,6 @@ bool ConstraintSystem::PotentialBindings::infer(
753
const ConstraintSystem &cs, llvm::SmallPtrSetImpl<CanType> &exactTypes,
754
Constraint *constraint, bool &hasNonDependentMemberRelationalConstraints,
755
bool &hasDependentMemberRelationalConstraints) {
756
- SmallVector<PotentialBinding, 4> literalBindings;
757
-
758
switch (constraint->getKind()) {
759
case ConstraintKind::Bind:
760
case ConstraintKind::Equal:
0 commit comments