Remove edge case check

This commit is contained in:
zhongwuzw 2018-12-26 20:29:09 +08:00
parent 9617a34408
commit de74bdca80
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,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];
}