From f33e6f08b2804dc4418ad1767088f362615e05c3 Mon Sep 17 00:00:00 2001 From: Joshua Gross Date: Tue, 22 Jun 2021 15:40:51 -0700 Subject: [PATCH] Delete unused struct Summary: This struct is no longer used. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D29312925 fbshipit-source-id: b766014ecb7b6c5dc96d54a94d465e104e292f5f --- .../main/java/com/facebook/react/fabric/jni/Binding.cpp | 8 -------- 1 file changed, 8 deletions(-) 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) {