Skip to content

Commit 77f4dfa

Browse files
authored
Merge pull request #40797 from etcwilde/ewilde/clean-csapply-warning
[NFC] Removing unused ctx variable
2 parents 6ca7366 + 89af8c9 commit 77f4dfa

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
@@ -8035,7 +8035,6 @@ namespace {
80358035
// Note that in this mode `ClosuresToTypeCheck` acts
80368036
// as a stack because multi-statement closures could
80378037
// have other multi-statement closures in the body.
8038-
auto &ctx = closure->getASTContext();
80398038
if (cs.participatesInInference(closure)) {
80408039
hadError |= cs.applySolutionToBody(
80418040
solution, closure, Rewriter.dc,

0 commit comments

Comments
 (0)