We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62502ef commit 6be6401Copy full SHA for 6be6401
lib/Sema/ConstraintGraph.cpp
@@ -593,10 +593,6 @@ unsigned ConstraintGraph::computeConnectedComponents(
593
SmallVector<unsigned, 4> componentRenumbering(numComponents, 0);
594
numComponents = 0;
595
for (unsigned i = 0, n = componentHasUnboundTypeVar.size(); i != n; ++i) {
596
- // If we didn't look at this type variable, there's nothing to do.
597
- if (components[i] == numTypeVariables)
598
- continue;
599
-
600
// Skip components that have no unbound type variables.
601
if (!componentHasUnboundTypeVar[i])
602
continue;
0 commit comments