Skip to content

Commit abec87d

Browse files
authored
Merge pull request #19895 from xedin/nit-in-component-printing
[ComponentStep] NFC: Remove redundant `numComponents` check for debug…
2 parents ca6a2e5 + 7360cbc commit abec87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSStep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void SplitterStep::computeFollowupSteps(
117117
CS, i, /*single=*/false, &Components[i], PartialSolutions[i]));
118118
}
119119

120-
if (numComponents > 1 && isDebugMode()) {
120+
if (isDebugMode()) {
121121
auto &log = getDebugLogger();
122122
// Verify that the constraint graph is valid.
123123
CG.verify();

0 commit comments

Comments
 (0)