Merge pull request #2 from jakemarsh/patch-2
Removed (seemingly) unused _cachedRequests NSMutableSet.
This commit is contained in:
commit
881ae7920f
1 changed files with 0 additions and 3 deletions
|
|
@ -24,15 +24,12 @@
|
|||
#import "AFImageRequestOperation.h"
|
||||
|
||||
static NSOperationQueue *_operationQueue = nil;
|
||||
static NSMutableSet *_cachedRequests = nil;
|
||||
|
||||
@implementation AFImageRequest
|
||||
|
||||
+ (void)initialize {
|
||||
_operationQueue = [[NSOperationQueue alloc] init];
|
||||
[_operationQueue setMaxConcurrentOperationCount:6];
|
||||
|
||||
_cachedRequests = [[NSMutableSet alloc] init];
|
||||
}
|
||||
|
||||
+ (void)requestImageWithURLString:(NSString *)urlString options:(AFImageRequestOptions)options block:(void (^)(UIImage *image))block {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue