diff --git a/Code/CoreData/RKManagedObjectStore.m b/Code/CoreData/RKManagedObjectStore.m index 050beb75..f882c826 100644 --- a/Code/CoreData/RKManagedObjectStore.m +++ b/Code/CoreData/RKManagedObjectStore.m @@ -136,9 +136,6 @@ static RKManagedObjectStore *defaultObjectStore = nil; [self createPersistentStoreCoordinator]; self.primaryManagedObjectContext = [self newManagedObjectContext]; - - _cacheStrategy = [[RKInMemoryMappingCache alloc] init]; - _cacheStrategy = [[RKFetchRequestMappingCache alloc] init]; _cacheStrategy = [RKInMemoryManagedObjectCache new]; // Ensure there is a search word observer