Skip to content

Commit ba3d8e0

Browse files
committed
Remove unused variable
1 parent b0a565e commit ba3d8e0

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)