We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CoreDataFeedStore
1 parent 47582d4 commit 624984eCopy full SHA for 624984e
EssentialFeed/EssentialFeed/Feed Cache/Infrastructure/CoreData/CoreDataFeedStore.swift
@@ -49,11 +49,6 @@ public final class CoreDataFeedStore: Sendable {
49
try await context.perform(action)
50
}
51
52
- @available(*, deprecated, message: "Use async version instead")
53
- public func perform(_ action: @Sendable @escaping () -> Void) {
54
- context.perform(action)
55
- }
56
-
57
private func cleanUpReferencesToPersistentStores() {
58
context.performAndWait {
59
let coordinator = self.container.persistentStoreCoordinator
0 commit comments