Skip to content

Commit d751dcc

Browse files
committed
Sema: Remove unused variable
1 parent cfd5ac0 commit d751dcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/TypeCheckConstraints.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ resolveDeclRefExpr(UnresolvedDeclRefExpr *UDRE, DeclContext *DC) {
477477
.highlight(UDRE->getSourceRange());
478478
};
479479

480-
bool claimed = false;
481480
if (!isConfused) {
482481
TypoCorrectionResults corrections(*this, Name, nameLoc);
483482
performTypoCorrection(DC, UDRE->getRefKind(), Type(),

0 commit comments

Comments
 (0)