From 71208f05f4f5996d66525eea69536d2843bb19bb Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Wed, 21 Nov 2018 17:10:30 -0800 Subject: [PATCH] Fabric: Getting rid of leftovers in Scheduler Summary: Trivial. Those are not used. Reviewed By: fkgozali Differential Revision: D13017883 fbshipit-source-id: cf285e537eb85c8fca6852f7c03a5ef661b85757 --- ReactCommon/fabric/uimanager/Scheduler.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ReactCommon/fabric/uimanager/Scheduler.h b/ReactCommon/fabric/uimanager/Scheduler.h index 9c3671162..6d720e533 100644 --- a/ReactCommon/fabric/uimanager/Scheduler.h +++ b/ReactCommon/fabric/uimanager/Scheduler.h @@ -92,14 +92,9 @@ class Scheduler final : public UIManagerDelegate, public ShadowTreeDelegate { mutable std::mutex mutex_; mutable std::unordered_map> shadowTreeRegistry_; // Protected by `mutex_`. - SharedEventDispatcher eventDispatcher_; SharedContextContainer contextContainer_; RuntimeExecutor runtimeExecutor_; std::shared_ptr uiManagerBinding_; - - void uiManagerDidFinishTransactionWithoutLock( - Tag rootTag, - const SharedShadowNodeUnsharedList &rootChildNodes); }; } // namespace react