Merge pull request #436 from jparise/unused-callbacksForURL
Remove an unused call to -callbacksForURL:.
This commit is contained in:
commit
834ffada11
|
@ -151,7 +151,6 @@ static NSString *const kCompletedCallbackKey = @"completed";
|
||||||
{
|
{
|
||||||
if (!wself) return;
|
if (!wself) return;
|
||||||
SDWebImageDownloader *sself = wself;
|
SDWebImageDownloader *sself = wself;
|
||||||
[sself callbacksForURL:url];
|
|
||||||
[sself removeCallbacksForURL:url];
|
[sself removeCallbacksForURL:url];
|
||||||
}];
|
}];
|
||||||
[wself.downloadQueue addOperation:operation];
|
[wself.downloadQueue addOperation:operation];
|
||||||
|
|
Loading…
Reference in New Issue