Skip to content

Commit 72e0fc2

Browse files
committed
NFC: Remove an unused variable in ParseDecl.cpp.
1 parent 35fd79a commit 72e0fc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Parse/ParseDecl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7928,7 +7928,6 @@ void Parser::parseExpandedMemberList(SmallVectorImpl<ASTNode> &items) {
79287928
if (Tok.is(tok::NUM_TOKENS))
79297929
consumeTokenWithoutFeedingReceiver();
79307930

7931-
auto *decl = CurDeclContext->getAsDecl();
79327931
bool previousHadSemi = true;
79337932

79347933
SourceLoc startingLoc = Tok.getLoc();

0 commit comments

Comments
 (0)