Skip to content

Commit

Permalink
get rid of unused bridge selectors (#37092)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #37092

changelog: [internal]

these are not used, delete

Reviewed By: christophpurrer, RSNara

Differential Revision: D45072764

fbshipit-source-id: 42961eef1d9ae1f648d9a00041c6f3cdfb55f263
  • Loading branch information
philIip authored and facebook-github-bot committed Apr 28, 2023
1 parent 291f799 commit 30da587
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react-native/React/CoreModules/RCTSourceCode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

#import <FBReactNativeSpec/FBReactNativeSpec.h>

#import <React/RCTBridge.h>

#import "CoreModulesPlugins.h"

using namespace facebook::react;
Expand All @@ -22,7 +20,6 @@ @implementation RCTSourceCode

RCT_EXPORT_MODULE()

@synthesize bridge = _bridge;
@synthesize bundleManager = _bundleManager;

+ (BOOL)requiresMainQueueSetup
Expand Down

0 comments on commit 30da587

Please sign in to comment.