Remove redundant Android runtime scheduler mobile config flags

Summary:
changelog: [internal]

Remove features flags for enabling RuntimeScheduler and RuntimeScheduler+TM to simplify setup.

Reviewed By: mdvacca

Differential Revision: D37912783

fbshipit-source-id: 1a24720dec3cf06067bf523d72f0919731a91b72
This commit is contained in:
Samuel Susla
2022-07-20 04:01:36 -07:00
committed by Facebook GitHub Bot
parent 8a33b75f55
commit 2b57b749fb
4 changed files with 15 additions and 50 deletions
@@ -70,10 +70,6 @@ public class ReactFeatureFlags {
/** This feature flag enables logs for Fabric */
public static boolean enableFabricLogs = false;
public static boolean enableRuntimeScheduler = false;
public static boolean enableRuntimeSchedulerInTurboModule = false;
/** Feature flag to configure eager attachment of the root view/initialisation of the JS code */
public static boolean enableEagerRootViewAttachment = false;