Skip to content

Commit cd8c99f

Browse files
committed
NFC: Remove an unused variable in ParseDecl.cpp.
1 parent 95a3bb8 commit cd8c99f

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
@@ -7929,7 +7929,6 @@ void Parser::parseExpandedMemberList(SmallVectorImpl<ASTNode> &items) {
79297929
consumeTokenWithoutFeedingReceiver();
79307930

79317931
auto *decl = CurDeclContext->getAsDecl();
7932-
auto *idc = dyn_cast<IterableDeclContext>(decl);
79337932
bool previousHadSemi = true;
79347933

79357934
SourceLoc startingLoc = Tok.getLoc();

0 commit comments

Comments
 (0)