mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the @_downgrade_exhaustivity_check hack
This hack was only needed for Swift 3 mode in a narrow case. Flush it out of the compiler so we can simplify the space engine.
This commit is contained in:
@@ -682,7 +682,6 @@ Optional<UIdent> SwiftLangSupport::getUIDForDeclAttribute(const swift::DeclAttri
|
||||
// Ignore these.
|
||||
case DAK_ShowInInterface:
|
||||
case DAK_RawDocComment:
|
||||
case DAK_DowngradeExhaustivityCheck:
|
||||
case DAK_HasInitialValue:
|
||||
return None;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user