Skip to content

Commit 1eed99d

Browse files
committed
SILGen: Remove unused variable
1 parent 6150e34 commit 1eed99d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILGen/RValue.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class ExplodeTupleValue
117117

118118
void visitAddressTupleType(CanTupleType tupleFormalType, ManagedValue tuple) {
119119
bool isPlusOne = tuple.isPlusOne(SGF);
120-
bool isAddressOnly = tuple.getType().isAddressOnly(SGF.SGM.M);
121120

122121
for (unsigned i : indices(tupleFormalType->getElements())) {
123122
CanType eltFormalType = tupleFormalType.getElementType(i);

0 commit comments

Comments
 (0)