diff --git a/ReactAndroid/src/main/java/com/facebook/react/fabric/jni/Binding.cpp b/ReactAndroid/src/main/java/com/facebook/react/fabric/jni/Binding.cpp index 9aa47320d35..f2a26680d8e 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/fabric/jni/Binding.cpp +++ b/ReactAndroid/src/main/java/com/facebook/react/fabric/jni/Binding.cpp @@ -46,14 +46,6 @@ struct JMountItem : public JavaClass { "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) {