Skip to content

Commit

Permalink
Fabric: Removed unused leftovers from ViewShadowNode
Browse files Browse the repository at this point in the history
Summary:
This method does not have implementation and we don't use it.

Changelog: [Internal] Fabric-specific internal change.

Reviewed By: sammy-SC

Differential Revision: D20423392

fbshipit-source-id: cfb5e4a60dbeca26a968c29d20e74dd6af0bf660
  • Loading branch information
shergin authored and facebook-github-bot committed Mar 14, 2020
1 parent 07def55 commit ee88e72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ReactCommon/fabric/components/view/ViewShadowNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class ViewShadowNode final : public ConcreteViewShadowNode<
ShadowNode const &sourceShadowNode,
ShadowNodeFragment const &fragment);

bool isLayoutOnly() const;

private:
void updateTraits();
};
Expand Down

0 comments on commit ee88e72

Please sign in to comment.