Skip to content

Commit 6c0b9e3

Browse files
committed
Remove extra switch from 0323938
1 parent a1f5a49 commit 6c0b9e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/AST/DeclPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ static bool canPrintOnLeftSide(const Attr *A) {
277277
}
278278

279279
static bool mustPrintOnLeftSide(attr::Kind kind) {
280-
switch (kind) {
281280
#ifdef CLANG_ATTR_LIST_PrintOnLeft
282281
switch (kind) {
283282
CLANG_ATTR_LIST_PrintOnLeft

0 commit comments

Comments
 (0)