Skip to content

Commit a1faeca

Browse files
committed
remove dead code
1 parent b407888 commit a1faeca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/Parse/ParseDecl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6188,9 +6188,6 @@ bool Parser::isDeclarationSpecifier(
61886188
case tok::kw_virtual:
61896189
case tok::kw_explicit:
61906190
case tok::kw__Noreturn:
6191-
#if SDP // need this in declspec?
6192-
case tok::kw__Export:
6193-
#endif
61946191

61956192
// alignment-specifier
61966193
case tok::kw__Alignas:

0 commit comments

Comments
 (0)