Skip to content

Commit 92d8bf7

Browse files
committed
Sema: Remove unused variable
1 parent a6a96da commit 92d8bf7

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
@@ -8396,7 +8396,6 @@ Expr *ExprRewriter::finishApply(ApplyExpr *apply, Type openedType,
83968396
// If this is a call to a distributed method thunk,
83978397
// let's mark the call as implicitly throwing.
83988398
if (isDistributedThunk(callee, apply->getFn())) {
8399-
auto *FD = cast<AbstractFunctionDecl>(callee.getDecl());
84008399
apply->setImplicitlyThrows(true);
84018400
}
84028401

0 commit comments

Comments
 (0)