Skip to content

Commit b0da349

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
Remove flag disabled_view_preallocation_android
Summary: changelog: [internal] unused flag Reviewed By: mdvacca Differential Revision: D40346707 fbshipit-source-id: dca8996f81a7675535e340e659eac01c4103f25f
1 parent b5a40fb commit b0da349

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ReactAndroid/src/main/jni/react/fabric/FabricMountingManager.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ FabricMountingManager::FabricMountingManager(
4545
cppComponentRegistry_(cppComponentRegistry),
4646
enableEarlyEventEmitterUpdate_(
4747
config->getBool("react_fabric:enable_early_event_emitter_update")),
48-
disablePreallocateViews_(
49-
config->getBool("react_fabric:disabled_view_preallocation_android")),
5048
disableRevisionCheckForPreallocation_(config->getBool(
5149
"react_fabric:disable_revision_check_for_preallocation")),
5250
useOverflowInset_(getFeatureFlagValue("useOverflowInset")) {

ReactAndroid/src/main/jni/react/fabric/FabricMountingManager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class FabricMountingManager final {
7373
std::shared_ptr<const CppComponentRegistry> cppComponentRegistry_;
7474

7575
bool const enableEarlyEventEmitterUpdate_{false};
76-
bool const disablePreallocateViews_{false};
7776
bool const disableRevisionCheckForPreallocation_{false};
7877
bool const useOverflowInset_{false};
7978

0 commit comments

Comments
 (0)