From e0bbdbc0404edbc8a357ad34032889d6fbb9724a Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Mon, 18 Mar 2019 23:38:11 -0700 Subject: [PATCH] Fabric: Removed declaration of ShadowNode::clearSourceNode() Summary: This is a leftover from the ealy days of Fabric. The mehtod does not have implementation counterpart and any usage. Reviewed By: JoshuaGross Differential Revision: D14402636 fbshipit-source-id: aa2e919084ae7382d3a62af761e1f6eac334fc75 --- ReactCommon/fabric/core/shadownode/ShadowNode.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactCommon/fabric/core/shadownode/ShadowNode.h b/ReactCommon/fabric/core/shadownode/ShadowNode.h index f125a279f..3e9d96710 100644 --- a/ReactCommon/fabric/core/shadownode/ShadowNode.h +++ b/ReactCommon/fabric/core/shadownode/ShadowNode.h @@ -116,7 +116,6 @@ class ShadowNode : public virtual Sealable, const SharedShadowNode &oldChild, const SharedShadowNode &newChild, int suggestedIndex = -1); - void clearSourceNode(); /* * Sets local data assosiated with the node.