Skip to content

Commit dc6cf03

Browse files
committed
[CSRanking] NFC: Fix bad merge artifact
1 parent bc8d34f commit dc6cf03

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Sema/CSRanking.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ void ConstraintSystem::increaseScore(ScoreKind kind, unsigned value) {
110110
return;
111111
default:
112112
break;
113-
case SK_ImplicitValueConversion:
114-
llvm::errs() << "implicit value conversion";
115-
break;
116113
}
117114
}
118115

0 commit comments

Comments
 (0)