Skip to content

Commit 6acae62

Browse files
author
Amritpan Kaur
committed
[NFC] Remove vector not in use.
1 parent cc1a835 commit 6acae62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Sema/CSBindings.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,6 @@ void BindingSet::determineLiteralCoverage() {
636636
if (Literals.empty())
637637
return;
638638

639-
SmallVector<PotentialBinding, 4> adjustedBindings;
640-
641639
bool allowsNil = canBeNil();
642640

643641
for (auto &entry : Literals) {
@@ -648,7 +646,6 @@ void BindingSet::determineLiteralCoverage() {
648646

649647
for (auto binding = Bindings.begin(); binding != Bindings.end();
650648
++binding) {
651-
652649
bool isCovered = false;
653650
Type adjustedTy;
654651

0 commit comments

Comments
 (0)