Skip to content

Commit

Permalink
Remove unused forward declaration of RCTMountingManager
Browse files Browse the repository at this point in the history
Summary:
The forward declaration for RCTMountingManager doesn't appear to be used anywhere. It can be deleted.

## Changelog

[Internal]

Differential Revision: D54692764
  • Loading branch information
rozele authored and facebook-github-bot committed Mar 13, 2024
1 parent 4f10f30 commit 01b4298
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-native/React/Fabric/RCTScheduler.h
Expand Up @@ -21,8 +21,6 @@

NS_ASSUME_NONNULL_BEGIN

@class RCTMountingManager;

/**
* Exactly same semantic as `facebook::react::SchedulerDelegate`.
*/
Expand Down

0 comments on commit 01b4298

Please sign in to comment.