Skip to content

Commit 7edbd93

Browse files
committed
[CS] Remove an unused variable
1 parent a014f15 commit 7edbd93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/CSGen.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,6 @@ namespace {
18521852

18531853
// Introduce conversions from each element to the element type of the
18541854
// array.
1855-
ConstraintLocatorBuilder builder(locator);
18561855
unsigned index = 0;
18571856
for (auto element : expr->getElements()) {
18581857
CS.addConstraint(ConstraintKind::Conversion,

0 commit comments

Comments
 (0)