mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Remove Solution::PackElementGenericEnvironments
This commit is contained in:
@@ -4473,7 +4473,6 @@ size_t Solution::getTotalMemory() const {
|
||||
OpenedPackExpansionTypes.getMemorySize() +
|
||||
PackExpansionEnvironments.getMemorySize() +
|
||||
size_in_bytes(PackEnvironments) +
|
||||
PackElementGenericEnvironments.size() +
|
||||
(DefaultedConstraints.size() * sizeof(void *)) +
|
||||
nodeTypes.getMemorySize() +
|
||||
keyPathComponentTypes.getMemorySize() +
|
||||
|
||||
Reference in New Issue
Block a user