mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] Remove _distributedThunkTarget; it is not necessary (#72245)
This commit is contained in:
committed by
GitHub
parent
07d145abec
commit
8854438d87
@@ -3065,9 +3065,6 @@ class Serializer::DeclSerializer : public DeclVisitor<DeclSerializer> {
|
||||
S.addDeclRef(afd), pieces.size(), pieces);
|
||||
return;
|
||||
}
|
||||
case DeclAttrKind::DistributedThunkTarget: {
|
||||
assert(false && "not implemented");
|
||||
}
|
||||
|
||||
case DeclAttrKind::TypeEraser: {
|
||||
auto abbrCode = S.DeclTypeAbbrCodes[TypeEraserDeclAttrLayout::Code];
|
||||
|
||||
Reference in New Issue
Block a user