Remove edge case check

This commit is contained in:
zhongwuzw 2018-12-26 20:29:09 +08:00 committed by DreamPiggy
parent 181d367215
commit 9725c8da72
1 changed files with 0 additions and 5 deletions

View File

@ -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];
}