Skip to content

Commit d74b773

Browse files
authored
Merge pull request #10434 from rintaro/next-retire-pound-diagnostics-decl
[next][lldb] Update for PoundDiagnosticDecl removal
2 parents 6400dfd + c2a4fa4 commit d74b773

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)