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

Pull Request resolved: #232

Changelog: [Internal]

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

Differential Revision: D49440924

fbshipit-source-id: bbd329a066f36290ef13f773aeec22fe513bda15
  • Loading branch information
philIip authored and facebook-github-bot committed Sep 20, 2023
1 parent 44bcf2c commit c7c3195
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 c7c3195

Please sign in to comment.