Remove enableExperimentalStateUpdateRetry feature flag

Summary:
In practice this has been enabled in production for months and is fine. Remove feature-flag and gating.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D25451697

fbshipit-source-id: 9e70db3ed4e00de7b8295d9225d43ba09e4e68e9
This commit is contained in:
Joshua Gross
2020-12-09 21:17:25 -08:00
committed by Facebook GitHub Bot
parent 4690effc5c
commit 7f0373d4ff
2 changed files with 9 additions and 16 deletions
@@ -74,9 +74,6 @@ public class ReactFeatureFlags {
/** Feature flag to configure eager initialization of Fabric */
public static boolean eagerInitializeFabric = false;
/** Use experimental SetState retry mechanism in view? */
public static boolean enableExperimentalStateUpdateRetry = false;
/** Use lock-free data structures for Fabric MountItems. */
public static boolean enableLockFreeMountInstructions = false;