Skip to content

Commit b761e4f

Browse files
committed
[ConstraintSystem] NFC: Remove duplicate entry from Solution::getTotalMemory
1 parent 747cbfc commit b761e4f

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
@@ -4423,7 +4423,6 @@ size_t Solution::getTotalMemory() const {
44234423
size_in_bytes(PackEnvironments) +
44244424
PackElementGenericEnvironments.size() +
44254425
(DefaultedConstraints.size() * sizeof(void *)) +
4426-
ImplicitCallAsFunctionRoots.getMemorySize() +
44274426
nodeTypes.getMemorySize() +
44284427
keyPathComponentTypes.getMemorySize() +
44294428
size_in_bytes(KeyPaths) +

0 commit comments

Comments
 (0)