mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Isolated synchronous deinit"
This commit is contained in:
@@ -1017,12 +1017,6 @@ ManglingError Remangler::mangleDeallocator(Node *node, unsigned depth) {
|
||||
return ManglingError::Success;
|
||||
}
|
||||
|
||||
ManglingError Remangler::mangleIsolatedDeallocator(Node *node, unsigned depth) {
|
||||
RETURN_IF_ERROR(mangleChildNodes(node, depth + 1));
|
||||
Buffer << "fZ";
|
||||
return ManglingError::Success;
|
||||
}
|
||||
|
||||
ManglingError Remangler::mangleDeclContext(Node *node, unsigned depth) {
|
||||
return mangleSingleChildNode(node, depth + 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user