Skip to content

Commit 1fe45e8

Browse files
committed
SILGen: Remove unused variable
1 parent 39397d7 commit 1fe45e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILGen/SILGenThunk.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ SILGenModule::getOrCreateForeignAsyncCompletionHandlerImplFunction(
257257
auto errorIndex = convention.completionHandlerErrorParamIndex();
258258

259259
FuncDecl *resumeIntrinsic;
260-
Type replacementTypes[] = {resumeType};
261260

262261
SILBasicBlock *returnBB = nullptr;
263262
if (errorIndex) {

0 commit comments

Comments
 (0)