Skip to content

Commit c5d8ae5

Browse files
committed
Sema: Remove unused variable
1 parent f8cf708 commit c5d8ae5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/TypeCheckMacros.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,6 @@ std::optional<unsigned>
18931893
ExpandBodyMacroRequest::evaluate(Evaluator &evaluator,
18941894
AnyFunctionRef fn) const {
18951895
auto *dc = fn.getAsDeclContext();
1896-
auto &ctx = dc->getASTContext();
18971896
std::optional<unsigned> bufferID;
18981897
fn.forEachAttachedMacro(
18991898
MacroRole::Body,

0 commit comments

Comments
 (0)