Fix broken build from merge of 0.10.0

This commit is contained in:
Blake Watters
2012-04-06 00:03:35 -04:00
parent 6b9bebd3db
commit b18abc04ed

View File

@@ -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