Skip to content

Commit

Permalink
Delete unused struct
Browse files Browse the repository at this point in the history
Summary:
This struct is no longer used.

Changelog: [Internal]

Reviewed By: sammy-SC

Differential Revision: D29312925

fbshipit-source-id: b766014ecb7b6c5dc96d54a94d465e104e292f5f
  • Loading branch information
JoshuaGross authored and facebook-github-bot committed Jun 22, 2021
1 parent 01c3bcd commit f33e6f0
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ struct JMountItem : public JavaClass<JMountItem> {
"Lcom/facebook/react/fabric/mounting/mountitems/MountItem;";
};

struct RemoveDeleteMetadata {
Tag tag;
Tag parentTag;
int index;
bool shouldRemove;
bool shouldDelete;
};

} // namespace

CppMountItem CppMountItem::CreateMountItem(ShadowView shadowView) {
Expand Down

0 comments on commit f33e6f0

Please sign in to comment.