Skip to content

Commit 94b20bc

Browse files
cuvafacebook-github-bot
authored andcommitted
Remove unnecessary import & dead code
Summary: N/A Reviewed By: ivanmisuno Differential Revision: D27046138 fbshipit-source-id: cb98b23931fc634881f871fd902b9ca975787cdd
1 parent 113b9d3 commit 94b20bc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ComponentKit/Core/Scope/CKThreadLocalComponentScope.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#import <RenderCore/RCAssert.h>
2121
#import <ComponentKit/CKBuildComponent.h>
22-
#import <ComponentKit/CKComponentScopeHandle.h>
2322
#import <ComponentKit/CKGlobalConfig.h>
2423
#import <ComponentKit/CKNonNull.h>
2524
#import <ComponentKit/CKTreeNode.h>

ComponentKitTests/Scope/CKComponentScopeTests.mm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#import <ComponentKit/CKCollection.h>
1616
#import <ComponentKit/CKComponentScope.h>
17-
#import <ComponentKit/CKComponentScopeHandle.h>
1817
#import <ComponentKit/CKComponentScopeRoot.h>
1918
#import <ComponentKit/CKComponentScopeRootFactory.h>
2019
#import <ComponentKit/CKComponentProtocol.h>
@@ -43,7 +42,6 @@ - (const char *)typeName
4342
{ return ""; }
4443
+ (RCComponentCoalescingMode)coalescingMode
4544
{ return RCComponentCoalescingModeNone; }
46-
- (CKComponentScopeHandle *)scopeHandle { return nil; }
4745
- (void)buildComponentTree:(CKTreeNode *)parent previousParent:(CKTreeNode *)previousParent params:(const CKBuildComponentTreeParams &)params parentHasStateUpdate:(BOOL)parentHasStateUpdate { }
4846
- (unsigned int)numberOfChildren { return 0; }
4947
- (id<CKComponentProtocol>)childAtIndex:(unsigned int)index { return nil; }
@@ -65,7 +63,6 @@ - (const char *)typeName
6563
{ return ""; }
6664
+ (RCComponentCoalescingMode)coalescingMode
6765
{ return RCComponentCoalescingModeNone; }
68-
- (CKComponentScopeHandle *)scopeHandle { return nil; }
6966
- (void)buildComponentTree:(CKTreeNode *)parent previousParent:(CKTreeNode *)previousParent params:(const CKBuildComponentTreeParams &)params parentHasStateUpdate:(BOOL)parentHasStateUpdate { }
7067
- (id<CKComponentProtocol>)childAtIndex:(unsigned int)index { return nil; }
7168
- (CKTreeNode *)treeNode { return nil; }

0 commit comments

Comments
 (0)