Skip to content

Commit

Permalink
Remove unused forward declaration of RCTMountingManager (#43453)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #43453

The forward declaration for RCTMountingManager doesn't appear to be used anywhere. It can be deleted.

## Changelog

[Internal]

Reviewed By: NickGerleman

Differential Revision: D54692764

fbshipit-source-id: ba8206408fdd515387a0a6aff6a3e43c51221e57
  • Loading branch information
rozele authored and facebook-github-bot committed Mar 13, 2024
1 parent b2e1db0 commit e032963
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 e032963

Please sign in to comment.