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

Commit

Permalink
remove unused methodQueue from PyTorchCoreJSI
Browse files Browse the repository at this point in the history
Summary: not used, remove

Reviewed By: mdvacca

Differential Revision: D50514341

fbshipit-source-id: 2aeb0fc4b67e70806ad91f4ab7ba3d328341db72
  • Loading branch information
philIip authored and facebook-github-bot committed Oct 21, 2023
1 parent b944e14 commit 8efaffb
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 8efaffb

Please sign in to comment.