Skip to content

Commit b467319

Browse files
committed
[NFC] Removed unused variable.
1 parent 8450e37 commit b467319

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ bool SemanticARCOptVisitor::performGuaranteedCopyValueOptimization(
187187
// scope, regardless of whether the end of the scope is inside a dead-end
188188
// block.
189189
{
190-
SmallVector<Operand *, 8> scratchSpace;
191190
if (llvm::any_of(borrowScopeIntroducers, [&](BorrowedValue borrowScope) {
192191
return !borrowScope.areUsesWithinTransitiveScope(
193192
lr.getAllConsumingUses(), nullptr);

0 commit comments

Comments
 (0)