Skip to content

Commit a5adc4c

Browse files
authored
Merge pull request #42060 from xedin/csapply-remove-unused-var
[CSApply] NFC: Remove unused `cs` variable
2 parents 9733b86 + 0c2b841 commit a5adc4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/CSApply.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6020,7 +6020,6 @@ static Expr *buildElementConversion(ExprRewriter &rewriter,
60206020
Type destType, bool bridged,
60216021
ConstraintLocatorBuilder locator,
60226022
Expr *element) {
6023-
auto &cs = rewriter.getConstraintSystem();
60246023
if (bridged &&
60256024
TypeChecker::typeCheckCheckedCast(srcType, destType,
60266025
CheckedCastContextKind::None,

0 commit comments

Comments
 (0)