diff --git a/Libraries/Network/RCTNetworking.mm b/Libraries/Network/RCTNetworking.mm index 11e569cebb3..e90c1b29655 100644 --- a/Libraries/Network/RCTNetworking.mm +++ b/Libraries/Network/RCTNetworking.mm @@ -155,7 +155,6 @@ static NSString *RCTGenerateFormBoundary() } @synthesize methodQueue = _methodQueue; -@synthesize moduleRegistry = _moduleRegistry; RCT_EXPORT_MODULE() @@ -190,14 +189,6 @@ RCT_EXPORT_MODULE() _responseHandlers = nil; } -// TODO (T93136931) - Investigate why this is needed. This setter shouldn't be -// necessary, since moduleRegistry is a property on RCTEventEmitter (which this -// class inherits from). -- (void)setModuleRegistry:(RCTModuleRegistry *)moduleRegistry -{ - _moduleRegistry = moduleRegistry; -} - - (NSArray *)supportedEvents { return @[@"didCompleteNetworkResponse",