Skip to content

Commit 04ed460

Browse files
committed
Remove unnecessary explicit instance variable
1 parent d14979c commit 04ed460

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FastImageCache/FastImageCache/FastImageCache/FICImageCache.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ @interface FICImageCache () {
2525
NSMutableDictionary *_formats;
2626
NSMutableDictionary *_imageTables;
2727
NSMutableDictionary *_requests;
28-
__weak id <FICImageCacheDelegate> _delegate;
2928

3029
BOOL _delegateImplementsWantsSourceImageForEntityWithFormatNameCompletionBlock;
3130
BOOL _delegateImplementsShouldProcessAllFormatsInFamilyForEntity;

0 commit comments

Comments
 (0)