Skip to content

Commit 5910663

Browse files
committed
[Gardening] Remove unused ASTContext variable
1 parent 82a6edf commit 5910663

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/AST/NameLookup.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,6 @@ QualifiedLookupRequest::evaluate(Evaluator &eval, const DeclContext *DC,
16091609

16101610
// Visit all of the nominal types we know about, discovering any others
16111611
// we need along the way.
1612-
auto &ctx = DC->getASTContext();
16131612
bool wantProtocolMembers = (options & NL_ProtocolMembers);
16141613
while (!stack.empty()) {
16151614
auto current = stack.back();

0 commit comments

Comments
 (0)