memory cost should not be copied between different UIImage, it's a getter-only method in general

This commit is contained in:
DreamPiggy 2019-12-04 16:18:52 +08:00
parent 69d163fc37
commit 7f0789aca9
1 changed files with 0 additions and 2 deletions

View File

@ -24,6 +24,4 @@ void SDImageCopyAssociatedObject(UIImage * _Nullable source, UIImage * _Nullable
target.sd_isDecoded = source.sd_isDecoded;
// Extended Cache Data
target.sd_extendedObject = source.sd_extendedObject;
// Memory Cache Cost
target.sd_memoryCost = source.sd_memoryCost;
}