Remove unused forward declaration of RCTMountingManager (#43453)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/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
This commit is contained in:
Eric Rozell
2024-03-13 16:13:52 -07:00
committed by Facebook GitHub Bot
parent b2e1db0fbf
commit e032963727
@@ -21,8 +21,6 @@
NS_ASSUME_NONNULL_BEGIN
@class RCTMountingManager;
/**
* Exactly same semantic as `facebook::react::SchedulerDelegate`.
*/