Skip to content

Commit 4493699

Browse files
authored
Merge pull request swiftlang#9291 from DougGregor/if-config-removal-20230725
[Swift LLDB support] Adapt to removal of IfConfigDecl
2 parents cdc8e8b + f1592e5 commit 4493699

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
@@ -4993,7 +4993,6 @@ static SwiftASTContext::TypeOrDecl DeclToTypeOrDecl(swift::Decl *decl) {
49934993
case swift::DeclKind::AssociatedType:
49944994
case swift::DeclKind::EnumElement:
49954995
case swift::DeclKind::EnumCase:
4996-
case swift::DeclKind::IfConfig:
49974996
case swift::DeclKind::Param:
49984997
case swift::DeclKind::Macro:
49994998
case swift::DeclKind::MacroExpansion:

0 commit comments

Comments
 (0)