Skip to content

Commit a6c6ff2

Browse files
committed
[lldb] Update for PoundDiagnosticDecl removal
1 parent 71789b9 commit a6c6ff2

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)