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 027c4a6 commit 9f5c87cCopy full SHA for 9f5c87c
lib/SILGen/SILGenDistributed.cpp
@@ -565,7 +565,6 @@ void SILGenFunction::emitDistributedActorClassMemberDestruction(
565
Scope scope(Cleanups, CleanupLocation(cleanupLoc));
566
567
auto isLocalBB = createBasicBlock("isLocalBB");
568
- // auto remoteMemberDestroyBB = createBasicBlock("remoteMemberDestroyBB");
569
570
// if __isRemoteActor(self) {
571
// ...
0 commit comments