Cleanup unnecessary #available branches

This commit is contained in:
John Estropia
2021-03-07 12:01:08 +09:00
parent 0b127956d3
commit 003bf897e2
37 changed files with 65 additions and 415 deletions

View File

@@ -39,7 +39,6 @@ import CoreData
)
```
*/
@available(macOS 10.12, *)
public struct SectionBy<O: DynamicObject> {
/**
@@ -99,7 +98,6 @@ public struct SectionBy<O: DynamicObject> {
// MARK: - SectionBy where O: NSManagedObject
@available(macOS 10.12, *)
extension SectionBy where O: NSManagedObject {
/**
@@ -152,7 +150,6 @@ extension SectionBy where O: NSManagedObject {
// MARK: - SectionBy where O: CoreStoreObject
@available(macOS 10.12, *)
extension SectionBy where O: CoreStoreObject {
/**