From c7519c7ed57e8283de16ce2eb8431965ea8701c7 Mon Sep 17 00:00:00 2001 From: Phillip Pan Date: Wed, 20 Sep 2023 19:38:47 -0700 Subject: [PATCH] remove unused synthesized methodQueue ivars (#232) Summary: X-link: https://github.com/facebook/react-native/pull/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 --- 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()