Skip to content

Commit f608c1a

Browse files
authored
Merge pull request #9297 from DougGregor/if-config-removal-next
[Swift LLDB support] Adapt to removal of IfConfigDecl
2 parents 1067054 + bae69d9 commit f608c1a

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)