Remove MC for runtime scheduler

Summary:
Remove redundant feature flag.

Changelog: [internal]

Reviewed By: javache

Differential Revision: D39382607

fbshipit-source-id: fb0292258e6722160a6a1104aa1c8e35a4281a15
This commit is contained in:
Samuel Susla
2022-09-12 07:57:51 -07:00
committed by Facebook GitHub Bot
parent 56c28f3740
commit 9929eadcb4
4 changed files with 15 additions and 29 deletions
@@ -70,8 +70,6 @@ public class ReactFeatureFlags {
/** This feature flag enables logs for Fabric */
public static boolean enableFabricLogs = false;
public static boolean enableRuntimeScheduler = false;
/** Feature flag to configure eager attachment of the root view/initialisation of the JS code */
public static boolean enableEagerRootViewAttachment = false;