[Distributed] remove distributed aware emitClassMemberDestruction for now

This commit is contained in:
Konrad `ktoso` Malawski
2021-08-12 18:05:17 +09:00
parent b4e8bbb7e7
commit 0ec4251c55
2 changed files with 2 additions and 122 deletions

View File

@@ -45,6 +45,7 @@ using namespace swift;
///
/// factory function in the AST, with an empty body. Its body is
/// expected to be filled-in during SILGen.
// TODO(distributed): move this synthesis to DerivedConformance style
static void addFactoryResolveFunction(ClassDecl *decl) {
assert(decl->isDistributedActor());
auto &C = decl->getASTContext();
@@ -127,6 +128,7 @@ createStoredProperty(ClassDecl *classDecl, ASTContext &ctx,
/// Adds the following, fairly special, properties to each distributed actor:
/// - actorTransport
/// - id
// TODO(distributed): move this synthesis to DerivedConformance style
static void addImplicitDistributedActorStoredProperties(ClassDecl *decl) {
assert(decl->isDistributedActor());