mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] remove a few warnings
This commit is contained in:
@@ -564,7 +564,6 @@ addDistributedActorCodableConformance(
|
||||
assert(proto->isSpecificProtocol(swift::KnownProtocolKind::Decodable) ||
|
||||
proto->isSpecificProtocol(swift::KnownProtocolKind::Encodable));
|
||||
auto &C = actor->getASTContext();
|
||||
auto DC = actor->getDeclContext();
|
||||
auto module = actor->getParentModule();
|
||||
|
||||
// === Only Distributed actors can gain this implicit conformance
|
||||
|
||||
Reference in New Issue
Block a user