Skip to content

Commit a66ff8e

Browse files
committed
Avoid compiler generate the wrong property attribute with non-atomic
1 parent 6c6b951 commit a66ff8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SDWebImage/Private/SDAsyncBlockOperation.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
@interface SDAsyncBlockOperation ()
1212

13-
@property (assign, nonatomic, getter = isExecuting) BOOL executing;
14-
@property (assign, nonatomic, getter = isFinished) BOOL finished;
1513
@property (nonatomic, copy, nonnull) SDAsyncBlock executionBlock;
1614

1715
@end

0 commit comments

Comments
 (0)