Skip to content

Commit c2a4fa4

Browse files
committed
[lldb] Update for PoundDiagnosticDecl removal
(cherry picked from commit a6c6ff2)
1 parent 6400dfd commit c2a4fa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4959,7 +4959,6 @@ static SwiftASTContext::TypeOrDecl DeclToTypeOrDecl(swift::Decl *decl) {
49594959
break;
49604960

49614961
case swift::DeclKind::Accessor:
4962-
case swift::DeclKind::PoundDiagnostic:
49634962
break;
49644963
}
49654964
}

0 commit comments

Comments
 (0)