Commit f8e634d2 by Dima Bart

Remove redundant `isConcurrent` method override.

parent 09579dce
......@@ -57,11 +57,6 @@ typedef NS_ENUM(NSUInteger, BUYOperationState) {
return YES;
}
- (BOOL)isConcurrent
{
return YES;
}
#pragma mark - Accessors -
- (BOOL)isExecuting
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment