mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Distributed] We're currently not using this isDistributedThunk func
This commit is contained in:
@@ -1369,13 +1369,6 @@ bool ValueDecl::isDistributedGetAccessor() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ValueDecl::isDistributedThunk() const {
|
||||
if (auto func = dyn_cast<AbstractFunctionDecl>(this)) {
|
||||
return func->isDistributedThunk();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
ConstructorDecl *
|
||||
NominalTypeDecl::getDistributedRemoteCallTargetInitFunction() const {
|
||||
auto mutableThis = const_cast<NominalTypeDecl *>(this);
|
||||
|
||||
Reference in New Issue
Block a user