Skip to content

Commit

Permalink
remove unused synthesized methodQueue ivars (facebook#39548)
Browse files Browse the repository at this point in the history
Summary:

X-link: facebookresearch/playtorch#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.

Reviewed By: christophpurrer

Differential Revision: D49440924
  • Loading branch information
philIip authored and facebook-github-bot committed Sep 21, 2023
1 parent ea85b31 commit 37b27d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ @implementation RCTHTTPRequestHandler {
}

@synthesize moduleRegistry = _moduleRegistry;
@synthesize methodQueue = _methodQueue;

RCT_EXPORT_MODULE()

Expand Down

0 comments on commit 37b27d0

Please sign in to comment.