Skip to content

Commit

Permalink
Remove unused sharedDeallocationQueue property (TextureGroup#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanton authored and ernestmama committed Nov 11, 2019
1 parent 5f43300 commit e780301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ASRunLoopQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ NS_INLINE ASCATransactionQueue *ASCATransactionQueueGet(void) {

@interface ASDeallocQueue : NSObject

@property (class, readonly) ASDeallocQueue *sharedDeallocationQueue;
+ (ASDeallocQueue *)sharedDeallocationQueue NS_RETURNS_RETAINED;

- (void)drain;
Expand Down

0 comments on commit e780301

Please sign in to comment.