mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Fix broken build from merge of 0.10.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user