Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
remove unused synthesized methodQueue ivars (#232)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#39548


Changelog: [Internal]

these aren't used, delete. i checked that no one else is trying to get the methodQueue of these modules as well.

Reviewed By: christophpurrer

Differential Revision: D49440924
  • Loading branch information
philIip authored and facebook-github-bot committed Sep 20, 2023
1 parent 44bcf2c commit 2e2a4c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react-native-pytorch-core/ios/Jsi/PyTorchCoreJSI.mm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ - (void)invokeAsync:(std::function<void()> &&)func;
@implementation PyTorchCoreJSI

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

RCT_EXPORT_MODULE()

Expand Down

0 comments on commit 2e2a4c5

Please sign in to comment.