Remove implicit initialization of dataSource for mapping operation as it gets deallocated unde ARC

This commit is contained in:
Blake Watters
2012-08-29 13:23:27 -04:00
parent 511e86c0cb
commit d3f66418f2

View File

@@ -98,7 +98,6 @@ BOOL RKObjectIsValueEqualToValue(id sourceValue, id destinationValue) {
if (self) {
self.sourceObject = sourceObject;
self.destinationObject = destinationObject;
self.dataSource = [RKObjectMappingOperationDataSource new];
self.mapping = objectOrDynamicMapping;
}