mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[index] Remove unreachable materializeForSet case in indexer
We already had it marked unreachable in SourceKit, so lift that up into the libIndex and remove the unnecessary enum case.
This commit is contained in:
@@ -64,7 +64,6 @@ enum class SymbolSubKind {
|
||||
AccessorSetter,
|
||||
AccessorWillSet,
|
||||
AccessorDidSet,
|
||||
AccessorMaterializeForSet,
|
||||
AccessorAddressor,
|
||||
AccessorMutableAddressor,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user