mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-19 15:37:10 +01:00
removed deprecated functions in unit tests and demo app
This commit is contained in:
@@ -298,7 +298,7 @@ extension NSManagedObjectContext: FetchableSource, QueryableSource {
|
||||
|
||||
// MARK: Deprecated
|
||||
|
||||
@available(*, deprecated: 4.0.0, renamed: "unsafeContext()")
|
||||
@available(*, deprecated, renamed: "unsafeContext()")
|
||||
public func internalContext() -> NSManagedObjectContext {
|
||||
|
||||
return self.unsafeContext()
|
||||
|
||||
Reference in New Issue
Block a user