Remove enableSpannableCacheByReadableNativeMapEquality flag

Summary:
This has been true for 100% of users for months; clean up the old code.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D25451470

fbshipit-source-id: feae59ce746869b9d84d6aaa69be10e91181f03a
This commit is contained in:
Joshua Gross
2020-12-09 21:17:25 -08:00
committed by Facebook GitHub Bot
parent 4bc40bf8e6
commit 4690effc5c
2 changed files with 8 additions and 33 deletions
@@ -77,9 +77,6 @@ public class ReactFeatureFlags {
/** Use experimental SetState retry mechanism in view? */
public static boolean enableExperimentalStateUpdateRetry = false;
/** Enable caching of Spannable objects using equality of ReadableNativeMaps */
public static boolean enableSpannableCacheByReadableNativeMapEquality = true;
/** Use lock-free data structures for Fabric MountItems. */
public static boolean enableLockFreeMountInstructions = false;