delete unused methods on RCTSurfacePresenter (#37440)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/37440

Changelog: [Internal]

this is not used, remove

Reviewed By: javache

Differential Revision: D45804534

fbshipit-source-id: 4379680504b867eefefa517faaa1392abd698a26
This commit is contained in:
Phillip Pan
2023-05-15 15:05:16 -07:00
committed by Facebook GitHub Bot
parent 979828a140
commit 5f9a11c7d1
@@ -131,19 +131,6 @@ static BackgroundExecutor RCTGetBackgroundExecutor()
return _contextContainer;
}
- (void)setContextContainer:(ContextContainer::Shared)contextContainer
{
std::lock_guard<std::mutex> lock(_schedulerLifeCycleMutex);
_contextContainer = contextContainer;
_mountingManager.contextContainer = contextContainer;
}
- (RuntimeExecutor)runtimeExecutor
{
std::lock_guard<std::mutex> lock(_schedulerLifeCycleMutex);
return _runtimeExecutor;
}
- (void)setRuntimeExecutor:(RuntimeExecutor)runtimeExecutor
{
std::lock_guard<std::mutex> lock(_schedulerLifeCycleMutex);