Skip to content

Commit ad7798d

Browse files
committed
[Gardening] Delete this unused variable.
It's computed below.
1 parent e0ca132 commit ad7798d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/GenFunc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,6 @@ class CoroPartialApplicationForwarderEmission
16311631

16321632
/// Get the continuation function pointer
16331633
///
1634-
auto sig = Signature::forCoroutineContinuation(subIGF.IGM, origType);
16351634
auto schemaAndEntity =
16361635
getCoroutineResumeFunctionPointerAuth(subIGF.IGM, origType);
16371636
auto pointerAuth = PointerAuthInfo::emit(subIGF, schemaAndEntity.first,

0 commit comments

Comments
 (0)