We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a565e commit ba3d8e0Copy full SHA for ba3d8e0
lib/SILGen/SILGenDestructor.cpp
@@ -58,8 +58,6 @@ void SILGenFunction::emitDistributedRemoteActorDeinit(
58
59
auto cleanupLoc = CleanupLocation(loc);
60
61
- auto &C = cd->getASTContext();
62
-
63
{
64
FullExpr CleanupScope(Cleanups, cleanupLoc);
65
ManagedValue borrowedSelf = emitManagedBeginBorrow(loc, selfValue);
0 commit comments