Skip to content

Commit f1592e5

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

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
@@ -4916,7 +4916,6 @@ static SwiftASTContext::TypeOrDecl DeclToTypeOrDecl(swift::Decl *decl) {
49164916
case swift::DeclKind::AssociatedType:
49174917
case swift::DeclKind::EnumElement:
49184918
case swift::DeclKind::EnumCase:
4919-
case swift::DeclKind::IfConfig:
49204919
case swift::DeclKind::Param:
49214920
case swift::DeclKind::Macro:
49224921
case swift::DeclKind::MacroExpansion:

0 commit comments

Comments
 (0)