mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-18 07:24:09 +01:00
removed deprecated functions in unit tests and demo app
This commit is contained in:
@@ -90,6 +90,6 @@ public protocol QueryableSource: class {
|
||||
|
||||
// MARK: Deprecated
|
||||
|
||||
@available(*, deprecated: 4.0.0, renamed: "unsafeContext()")
|
||||
@available(*, deprecated, renamed: "unsafeContext()")
|
||||
func internalContext() -> NSManagedObjectContext
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user