mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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);
|
||||
|
||||
Reference in New Issue
Block a user