mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-01 15:13:06 +02:00
Cleanup unnecessary #available branches
This commit is contained in:
@@ -29,7 +29,6 @@ import CoreData
|
||||
|
||||
// MARK: - DataStack
|
||||
|
||||
@available(macOS 10.12, *)
|
||||
extension DataStack {
|
||||
|
||||
/**
|
||||
@@ -114,7 +113,6 @@ extension DataStack {
|
||||
|
||||
// MARK: - UnsafeDataTransaction
|
||||
|
||||
@available(macOS 10.12, *)
|
||||
extension UnsafeDataTransaction {
|
||||
|
||||
/**
|
||||
@@ -204,7 +202,6 @@ extension Internals {
|
||||
|
||||
// MARK: FilePrivate
|
||||
|
||||
@available(macOS 10.12, *)
|
||||
fileprivate static func createFRC<O: NSManagedObject>(fromContext context: NSManagedObjectContext, from: From<O>, sectionBy: SectionBy<O>? = nil, fetchClauses: [FetchClause]) -> NSFetchedResultsController<O> {
|
||||
|
||||
let controller = Internals.CoreStoreFetchedResultsController(
|
||||
|
||||
Reference in New Issue
Block a user