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 610887c commit 0f00c89Copy full SHA for 0f00c89
lib/Sema/CSSolver.cpp
@@ -73,7 +73,6 @@ Solution ConstraintSystem::finalize() {
73
Solution solution(*this, CurrentScore);
74
75
// Update the best score we've seen so far.
76
- auto &ctx = getASTContext();
77
assert(!solverState->BestScore || CurrentScore <= *solverState->BestScore);
78
79
if (!solverState->BestScore || CurrentScore <= *solverState->BestScore) {
0 commit comments