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()