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:40:51 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 01c3bcdab0
Коммит f33e6f08b2
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -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) {