mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Remove SerializedLocalDeclContext
It's not clear that its worth keeping this as a base class for SerializedAbstractClosure and SerializedTopLevelCodeDecl, most clients are interested in the concrete kinds, not only whether the context is serialized.
This commit is contained in:
@@ -186,7 +186,8 @@ swift::refactoring::checkExtractConditions(const ResolvedRangeInfo &RangeInfo,
|
||||
case swift::DeclContextKind::TopLevelCodeDecl:
|
||||
break;
|
||||
|
||||
case swift::DeclContextKind::SerializedLocal:
|
||||
case swift::DeclContextKind::SerializedAbstractClosure:
|
||||
case swift::DeclContextKind::SerializedTopLevelCodeDecl:
|
||||
case swift::DeclContextKind::Package:
|
||||
case swift::DeclContextKind::Module:
|
||||
case swift::DeclContextKind::FileUnit:
|
||||
|
||||
Reference in New Issue
Block a user