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