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;