Skip to content

Commit f25cc6b

Browse files
authored
Merge pull request SDWebImage#3474 from dreampiggy/bugfix/atomic_fix
Avoid compiler generate the wrong property attribute with non-atomic
2 parents 8a6dcf8 + a66ff8e commit f25cc6b

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)