Fabric: Removed unused code from ShadowTree

Summary:
This is dead code.

Changelog: [Internal] Fabric-specific internal change.

Reviewed By: JoshuaGross

Differential Revision: D23681510

fbshipit-source-id: d2d1f7f97921401308badc417479d11588556ef8
This commit is contained in:
Valentin Shergin
2020-09-14 15:14:49 -07:00
committed by Facebook GitHub Bot
parent f34b914c8d
commit d8e770bfd0
@@ -95,11 +95,6 @@ class ShadowTree final {
}
private:
RootShadowNode::Unshared cloneRootShadowNode(
RootShadowNode::Shared const &oldRootShadowNode,
LayoutConstraints const &layoutConstraints,
LayoutContext const &layoutContext) const;
void emitLayoutEvents(
std::vector<LayoutableShadowNode const *> &affectedLayoutableNodes) const;