Skip to content

Commit 13a25bd

Browse files
committed
remove redundant synthesis cause
1 parent 332c602 commit 13a25bd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/Sema/TypeCheckDecl.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,12 +2576,6 @@ static ArrayRef<Decl *> evaluateMembersRequest(
25762576
// We need to add implicit initializers because they
25772577
// affect vtable layout.
25782578
TypeChecker::addImplicitConstructors(nominal);
2579-
2580-
auto classDecl = dyn_cast<ClassDecl>(idc);
2581-
if (classDecl && classDecl->isDistributedActor()) {
2582-
// We need to synthesize _remote methods for every distributed method.
2583-
TypeChecker::addImplicitDistributedActorRemoteFunctions(nominal);
2584-
}
25852579
}
25862580

25872581

0 commit comments

Comments
 (0)