Skip to content

Commit

Permalink
[clang][Parse][NFC] Remove unused DenseMap
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Nov 16, 2022
1 parent 0512303 commit 981dac8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang/lib/Parse/ParseDeclCXX.cpp
Expand Up @@ -4487,8 +4487,6 @@ void Parser::ParseCXX11AttributeSpecifierInternal(ParsedAttributes &Attrs,
Diag(Tok.getLocation(), diag::err_expected) << tok::colon;
}

llvm::SmallDenseMap<IdentifierInfo *, SourceLocation, 4> SeenAttrs;

bool AttrParsed = false;
while (!Tok.isOneOf(tok::r_square, tok::semi, tok::eof)) {
if (AttrParsed) {
Expand Down

0 comments on commit 981dac8

Please sign in to comment.