diff --git a/lib/Sema/ConstraintSystem.cpp b/lib/Sema/ConstraintSystem.cpp index 249c848992797..c16f640979e9a 100644 --- a/lib/Sema/ConstraintSystem.cpp +++ b/lib/Sema/ConstraintSystem.cpp @@ -4423,7 +4423,6 @@ size_t Solution::getTotalMemory() const { size_in_bytes(PackEnvironments) + PackElementGenericEnvironments.size() + (DefaultedConstraints.size() * sizeof(void *)) + - ImplicitCallAsFunctionRoots.getMemorySize() + nodeTypes.getMemorySize() + keyPathComponentTypes.getMemorySize() + size_in_bytes(KeyPaths) +