From 07871c8b88d934b8e6f10cd34c84ec3c2fd790d6 Mon Sep 17 00:00:00 2001 From: Phillip Pan Date: Tue, 19 Sep 2023 17:13:40 -0700 Subject: [PATCH] remove unused synthesized methodQueue ivars Summary: Changelog: [Internal] these aren't used, delete Differential Revision: D49440924 fbshipit-source-id: 1e33ee93e3a0086a0bde67bfe2b50416ed8ded9e --- react-native-pytorch-core/ios/Jsi/PyTorchCoreJSI.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-pytorch-core/ios/Jsi/PyTorchCoreJSI.mm b/react-native-pytorch-core/ios/Jsi/PyTorchCoreJSI.mm index d2aa1aa1a..8cb144df2 100644 --- a/react-native-pytorch-core/ios/Jsi/PyTorchCoreJSI.mm +++ b/react-native-pytorch-core/ios/Jsi/PyTorchCoreJSI.mm @@ -22,7 +22,6 @@ - (void)invokeAsync:(std::function &&)func; @implementation PyTorchCoreJSI @synthesize bridge = _bridge; -@synthesize methodQueue = _methodQueue; RCT_EXPORT_MODULE()