Skip to content

Commit a301157

Browse files
authored
Merge pull request #10211 from rintaro/retire-pound-diagnostics-decl
[lldb] Update for PoundDiagnosticDecl removal
2 parents d9449c9 + a6c6ff2 commit a301157

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
@@ -4953,7 +4953,6 @@ static SwiftASTContext::TypeOrDecl DeclToTypeOrDecl(swift::Decl *decl) {
49534953
break;
49544954

49554955
case swift::DeclKind::Accessor:
4956-
case swift::DeclKind::PoundDiagnostic:
49574956
break;
49584957
}
49594958
}

0 commit comments

Comments
 (0)