Remove unneeded _block specifier

This commit is contained in:
Adlai Holler 2015-11-26 10:46:26 -08:00
parent 41ecaa7bb2
commit d273cda2b0

View File

@ -241,7 +241,7 @@
NSMutableArray *result = [NSMutableArray new];
__block ASDataControllerAnimationOptions currentOptions = 0;
__block NSMutableIndexSet *currentIndexes = [NSMutableIndexSet indexSet];
NSMutableIndexSet *currentIndexes = [NSMutableIndexSet indexSet];
NSEnumerationOptions options = type == _ASHierarchyChangeTypeDelete ? NSEnumerationReverse : kNilOptions;