Skip to content

Commit 80f426e

Browse files
committed
[SILGen] NFC: Remove unused var
1 parent d327836 commit 80f426e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILGen/SILGenDestructor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ void SILGenFunction::emitDistributedRemoteActorDeinit(
5858

5959
auto cleanupLoc = CleanupLocation(loc);
6060

61-
auto &C = cd->getASTContext();
62-
6361
{
6462
FullExpr CleanupScope(Cleanups, cleanupLoc);
6563
ManagedValue borrowedSelf = emitManagedBeginBorrow(loc, selfValue);

0 commit comments

Comments
 (0)