Skip to content

Commit

Permalink
Remove unnecessary ASWeakProxy import (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
maicki authored and nguyenhuy committed Oct 23, 2018
1 parent 9664364 commit 3d2a612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ASNodeController+Beta.mm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#import <AsyncDisplayKit/ASDisplayNode+FrameworkPrivate.h>
#import <AsyncDisplayKit/ASNodeController+Beta.h>
#import <AsyncDisplayKit/ASThread.h>
#import <AsyncDisplayKit/ASWeakProxy.h>

#define _node (_shouldInvertStrongReference ? _weakNode : _strongNode)

Expand Down

0 comments on commit 3d2a612

Please sign in to comment.