[Distributed] remove unused code

This commit is contained in:
Konrad `ktoso` Malawski
2022-01-27 20:02:03 +09:00
parent 1dd4372b7d
commit 6622a3cc8d
5 changed files with 3 additions and 176 deletions

View File

@@ -51,14 +51,6 @@ void emitDistributedActorSystemWitnessCall(
llvm::Optional<std::pair<SILBasicBlock *, SILBasicBlock *>> tryTargets =
llvm::None);
/// Emit a call to a witness of the passed 'proto' protocol.
void emitDistributedWitnessCall(
SILBuilder &B, SILLocation loc, DeclName methodName,
SILValue base, ProtocolDecl *proto, SILType actorType,
llvm::ArrayRef<SILValue> args,
llvm::Optional<std::pair<SILBasicBlock *, SILBasicBlock *>> tryTargets =
llvm::None);
/// Emits code that notifies the distributed actor's actorSystem that the
/// actor is ready for execution.
/// \param B the builder to use when emitting the code.