Skip to content

Commit 0f00c89

Browse files
committed
Sema: Remove unused variable
1 parent 610887c commit 0f00c89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/CSSolver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ Solution ConstraintSystem::finalize() {
7373
Solution solution(*this, CurrentScore);
7474

7575
// Update the best score we've seen so far.
76-
auto &ctx = getASTContext();
7776
assert(!solverState->BestScore || CurrentScore <= *solverState->BestScore);
7877

7978
if (!solverState->BestScore || CurrentScore <= *solverState->BestScore) {

0 commit comments

Comments
 (0)