Convert AsyncDisplayKit to ARC.

This commit is contained in:
Nadine Salter
2014-09-23 15:30:30 -07:00
parent 7dd94a6102
commit 803585164c
11 changed files with 118 additions and 130 deletions

View File

@@ -30,7 +30,6 @@ BOOL ASDisplayNodeSubclassOverridesSelector(Class subclass, SEL selector);
@interface ASDisplayNode () <_ASDisplayLayerDelegate>
{
@protected
int _retainCount;
ASDN::RecursiveMutex _propertyLock; // Protects access to the _view, _pendingViewState, _subnodes, _supernode, _renderingSubnodes, and other properties which are accessed from multiple threads.
ASDisplayNode *_supernode;