Remove edge case check
This commit is contained in:
parent
181d367215
commit
9725c8da72
|
@ -64,11 +64,6 @@ typedef NSMutableDictionary<NSString *, id> SDCallbacksDictionary;
|
|||
@synthesize executing = _executing;
|
||||
@synthesize finished = _finished;
|
||||
|
||||
- (void)dealloc {
|
||||
// Edge case if user call [SDWebImageDownloaderOperation start] directly and deallocated it.
|
||||
[self cancel];
|
||||
}
|
||||
|
||||
- (nonnull instancetype)init {
|
||||
return [self initWithRequest:nil inSession:nil options:0];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue