Skip to content

Commit

Permalink
remove EventEmitter::toggleEventTargetOwnership_ (#47224)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #47224

changelog: [internal]

not used, let's remove it.

Reviewed By: rshest

Differential Revision: D65004362

fbshipit-source-id: 7cedf18bf1d685510da3512cf40628897b357bcf
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Oct 28, 2024
1 parent cf8250a commit 9a5d3ef
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ class EventEmitter {
void dispatchUniqueEvent(std::string type, SharedEventPayload payload) const;

private:
void toggleEventTargetOwnership_() const;

friend class UIManagerBinding;

mutable SharedEventTarget eventTarget_;
Expand Down

0 comments on commit 9a5d3ef

Please sign in to comment.