Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fire: (FileReader) remove unused _subscriptions attribute (#33946)
Summary: I was reading source code, and I noticed the _subscriptions attribute (and the _clearSubscriptions method) of the FileReader is not used. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [Internal] [Changed] - Remove unused _subscriptions attribute in FileReader Pull Request resolved: #33946 Test Plan: I checked that flow and jest are still green as I can't think about another way. Reviewed By: lunaleaps Differential Revision: D36807828 Pulled By: cortinico fbshipit-source-id: 9bb599bbc7b79d2b4c010ba84cc8777e29b974ca
- Loading branch information