Skip to content

Commit

Permalink
remove unused synthesized methodQueue ivars
Browse files Browse the repository at this point in the history
Summary:
Changelog: [Internal]

these aren't used, delete

Differential Revision: D49440924

fbshipit-source-id: d7e807cd689180253f237131370d01907735d5fe
  • Loading branch information
philIip authored and facebook-github-bot committed Sep 20, 2023
1 parent ebcd1ab commit 371e683
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/react-native/Libraries/Blob/RCTBlobManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ @implementation RCTBlobManager {

@synthesize bridge = _bridge;
@synthesize moduleRegistry = _moduleRegistry;
@synthesize methodQueue = _methodQueue;

- (void)initialize
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ @implementation RCTHTTPRequestHandler {
}

@synthesize moduleRegistry = _moduleRegistry;
@synthesize methodQueue = _methodQueue;

RCT_EXPORT_MODULE()

Expand Down
5 changes: 0 additions & 5 deletions packages/rn-tester/RNTesterUnitTests/RCTModuleInitTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ @interface RCTTestInjectedModule : NSObject <RCTBridgeModule>
@implementation RCTTestInjectedModule

@synthesize bridge = _bridge;
@synthesize methodQueue = _methodQueue;

RCT_EXPORT_MODULE()

Expand All @@ -37,7 +36,6 @@ @interface RCTTestCustomInitModule : NSObject <RCTBridgeModule>
@implementation RCTTestCustomInitModule

@synthesize bridge = _bridge;
@synthesize methodQueue = _methodQueue;

RCT_EXPORT_MODULE()

Expand All @@ -60,7 +58,6 @@ @interface RCTTestCustomSetBridgeModule : NSObject <RCTBridgeModule, RCTInitiali
@implementation RCTTestCustomSetBridgeModule

@synthesize bridge = _bridge;
@synthesize methodQueue = _methodQueue;

RCT_EXPORT_MODULE()

Expand All @@ -81,7 +78,6 @@ @interface RCTTestExportConstantsModule : NSObject <RCTBridgeModule>
@implementation RCTTestExportConstantsModule

@synthesize bridge = _bridge;
@synthesize methodQueue = _methodQueue;

RCT_EXPORT_MODULE()

Expand All @@ -105,7 +101,6 @@ @interface RCTLazyInitModule : NSObject <RCTBridgeModule>
@implementation RCTLazyInitModule

@synthesize bridge = _bridge;
@synthesize methodQueue = _methodQueue;

RCT_EXPORT_MODULE()

Expand Down

0 comments on commit 371e683

Please sign in to comment.