Skip to content

Commit bae69d9

Browse files
committed
[Swift LLDB support] Adapt to removal of IfConfigDecl
1 parent 1067054 commit bae69d9

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
@@ -5057,7 +5057,6 @@ static SwiftASTContext::TypeOrDecl DeclToTypeOrDecl(swift::Decl *decl) {
50575057
case swift::DeclKind::AssociatedType:
50585058
case swift::DeclKind::EnumElement:
50595059
case swift::DeclKind::EnumCase:
5060-
case swift::DeclKind::IfConfig:
50615060
case swift::DeclKind::Param:
50625061
case swift::DeclKind::Macro:
50635062
case swift::DeclKind::MacroExpansion:

0 commit comments

Comments
 (0)