Delete unused struct

Summary:
This struct is no longer used.

Changelog: [Internal]

Reviewed By: sammy-SC

Differential Revision: D29312925

fbshipit-source-id: b766014ecb7b6c5dc96d54a94d465e104e292f5f
This commit is contained in:
Joshua Gross
2021-06-22 15:42:01 -07:00
committed by Facebook GitHub Bot
parent 01c3bcdab0
commit f33e6f08b2
@@ -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) {