Commit f8e634d2 by Dima Bart

Remove redundant `isConcurrent` method override.

parent 09579dce
...@@ -57,11 +57,6 @@ typedef NS_ENUM(NSUInteger, BUYOperationState) { ...@@ -57,11 +57,6 @@ typedef NS_ENUM(NSUInteger, BUYOperationState) {
return YES; return YES;
} }
- (BOOL)isConcurrent
{
return YES;
}
#pragma mark - Accessors - #pragma mark - Accessors -
- (BOOL)isExecuting - (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