Skip to content

Commit 95beb6c

Browse files
authored
Merge pull request #71444 from xedin/remote-duplicate-entry-in-solution-total-memory
[ConstraintSystem] NFC: Remove duplicate entry from `Solution::getTot…
2 parents cedc0ef + b761e4f commit 95beb6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/ConstraintSystem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4419,7 +4419,6 @@ size_t Solution::getTotalMemory() const {
44194419
size_in_bytes(PackEnvironments) +
44204420
PackElementGenericEnvironments.size() +
44214421
(DefaultedConstraints.size() * sizeof(void *)) +
4422-
ImplicitCallAsFunctionRoots.getMemorySize() +
44234422
nodeTypes.getMemorySize() +
44244423
keyPathComponentTypes.getMemorySize() +
44254424
size_in_bytes(KeyPaths) +

0 commit comments

Comments
 (0)