Skip to content

Commit

Permalink
Remove extra switch from 0323938
Browse files Browse the repository at this point in the history
  • Loading branch information
erichkeane committed Sep 11, 2023
1 parent a1f5a49 commit 6c0b9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/AST/DeclPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ static bool canPrintOnLeftSide(const Attr *A) {
}

static bool mustPrintOnLeftSide(attr::Kind kind) {
switch (kind) {
#ifdef CLANG_ATTR_LIST_PrintOnLeft
switch (kind) {
CLANG_ATTR_LIST_PrintOnLeft
Expand Down

0 comments on commit 6c0b9e3

Please sign in to comment.