Skip to content

Commit 57a5df1

Browse files
committed
Drop an unused variable from parameter explosion mapping
1 parent f9a2d90 commit 57a5df1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/GenCall.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3105,7 +3105,6 @@ Explosion NativeConventionSchema::mapFromNative(IRGenModule &IGM,
31053105
// Store the expanded type elements.
31063106
auto coercionAddr = Builder.CreateElementBitCast(temporary, coercionTy);
31073107
unsigned expandedMapIdx = 0;
3108-
SmallVector<llvm::Value *, 8> expandedElts(expandedTys.size(), nullptr);
31093108

31103109
auto eltsArray = native.claimAll();
31113110
SmallVector<llvm::Value *, 8> nativeElts(eltsArray.begin(), eltsArray.end());

0 commit comments

Comments
 (0)