From 8427f64e06456f171f9df0316c6ca40613de7a20 Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Thu, 18 Oct 2018 00:47:07 -0700 Subject: [PATCH] Remove unused code using JSC Reviewed By: fkgozali Differential Revision: D10441260 fbshipit-source-id: 5a77ec382e28be046824bd598186e6c29a1510f2 --- RNTester/RNTesterUnitTests/RCTAllocationTests.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/RNTester/RNTesterUnitTests/RCTAllocationTests.m b/RNTester/RNTesterUnitTests/RCTAllocationTests.m index 7613cd5d49c61a..5afb3b60b5e018 100644 --- a/RNTester/RNTesterUnitTests/RCTAllocationTests.m +++ b/RNTester/RNTesterUnitTests/RCTAllocationTests.m @@ -15,12 +15,6 @@ #import #import -@interface RCTJavaScriptContext : NSObject - -@property (nonatomic, assign, readonly) JSGlobalContextRef ctx; - -@end - @interface AllocationTestModule : NSObject @property (nonatomic, assign, getter=isValid) BOOL valid;