Fix compile issue

This commit is contained in:
DreamPiggy 2018-04-17 11:10:53 +08:00
parent a8639f9fd0
commit 56fea371b0
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ static const NSInteger kDefaultCacheMaxCacheAge = 60 * 60 * 24 * 7; // 1 week
- (id)copyWithZone:(NSZone *)zone {
SDImageCacheConfig *config = [[[self class] allocWithZone:zone] init];
config.shouldDecompressImages = self.shouldDecompressImages;
config.shouldDisableiCloud = self.shouldDisableiCloud;
config.shouldCacheImagesInMemory = self.shouldCacheImagesInMemory;
config.shouldRemoveExpiredDataWhenEnterBackground = self.shouldRemoveExpiredDataWhenEnterBackground;