Skip to content

Commit 92eaeb6

Browse files
committed
[clang][Parse][NFC] Remove dead if statement
This was never doing anything ever since it was introduced.
1 parent 5db790f commit 92eaeb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Parse/ParseDeclCXX.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4428,8 +4428,6 @@ bool Parser::ParseCXX11AttributeArgs(
44284428
!hasAttribute(LO.CPlusPlus ? AttributeCommonInfo::Syntax::AS_CXX11
44294429
: AttributeCommonInfo::Syntax::AS_C23,
44304430
ScopeName, AttrName, getTargetInfo(), getLangOpts())) {
4431-
if (getLangOpts().MicrosoftExt || getLangOpts().HLSL) {
4432-
}
44334431
// Eat the left paren, then skip to the ending right paren.
44344432
ConsumeParen();
44354433
SkipUntil(tok::r_paren);

0 commit comments

Comments
 (0)