Revert "Isolated synchronous deinit"

This commit is contained in:
Alex Hoppen
2024-09-03 18:11:26 -07:00
committed by GitHub
parent de963486d0
commit c5aa49ba64
88 changed files with 509 additions and 4226 deletions

View File

@@ -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);
}