Skip to content

Commit af7d54f

Browse files
authored
Merge pull request #82876 from slavapestov/unused-var-jul-8
Sema: Remove unused variable
2 parents 1af596e + 7f35779 commit af7d54f

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
@@ -1892,7 +1892,6 @@ ArrayRef<unsigned> ExpandPreambleMacroRequest::evaluate(
18921892
std::optional<unsigned>
18931893
ExpandBodyMacroRequest::evaluate(Evaluator &evaluator,
18941894
AnyFunctionRef fn) const {
1895-
auto *dc = fn.getAsDeclContext();
18961895
std::optional<unsigned> bufferID;
18971896
fn.forEachAttachedMacro(
18981897
MacroRole::Body,

0 commit comments

Comments
 (0)