Merge pull request #436 from jparise/unused-callbacksForURL

Remove an unused call to -callbacksForURL:.
This commit is contained in:
Olivier Poitrey 2013-06-27 13:19:12 -07:00
commit 834ffada11
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ static NSString *const kCompletedCallbackKey = @"completed";
{
if (!wself) return;
SDWebImageDownloader *sself = wself;
[sself callbacksForURL:url];
[sself removeCallbacksForURL:url];
}];
[wself.downloadQueue addOperation:operation];