Delete MC and FeatureFlags for mapBufferSerialization

Summary:
Delete MC and FeatureFlags for mapBufferSerialization

changelog: [internal] internal

Reviewed By: sammy-SC

Differential Revision: D40348980

fbshipit-source-id: 5de8beafb4ec4a3490a22f4db317a35c8ce7b4ab
This commit is contained in:
David Vacca
2022-10-18 13:32:03 -07:00
committed by Facebook GitHub Bot
parent 22b6e1c8ec
commit a766927ad6
@@ -73,9 +73,6 @@ public class ReactFeatureFlags {
/** Feature flag to configure eager attachment of the root view/initialisation of the JS code */
public static boolean enableEagerRootViewAttachment = false;
/** Enables or disables MapBuffer Serialization */
public static boolean mapBufferSerializationEnabled = false;
/* Enables or disables MapBuffer use in Props infrastructure. */
public static boolean useMapBufferProps = false;