Fabric: Getting rid of leftovers in Scheduler

Summary: Trivial. Those are not used.

Reviewed By: fkgozali

Differential Revision: D13017883

fbshipit-source-id: cf285e537eb85c8fca6852f7c03a5ef661b85757
This commit is contained in:
Valentin Shergin 2018-11-21 17:10:30 -08:00 committed by Facebook Github Bot
parent 9eec2c33e6
commit 71208f05f4
1 changed files with 0 additions and 5 deletions

View File

@ -92,14 +92,9 @@ class Scheduler final : public UIManagerDelegate, public ShadowTreeDelegate {
mutable std::mutex mutex_;
mutable std::unordered_map<SurfaceId, std::unique_ptr<ShadowTree>>
shadowTreeRegistry_; // Protected by `mutex_`.
SharedEventDispatcher eventDispatcher_;
SharedContextContainer contextContainer_;
RuntimeExecutor runtimeExecutor_;
std::shared_ptr<UIManagerBinding> uiManagerBinding_;
void uiManagerDidFinishTransactionWithoutLock(
Tag rootTag,
const SharedShadowNodeUnsharedList &rootChildNodes);
};
} // namespace react