From 2c5f68df4656b0307e17d86d6e393dee90f2ad2b Mon Sep 17 00:00:00 2001 From: Neil Dhar Date: Wed, 19 May 2021 12:22:22 -0700 Subject: [PATCH] Disable WITH_FBREMAP Summary: WITH_FBREMAP was an experiment that is no longer needed. Just disabling the flag for now, the code will be deleted in a separate commit. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D28467996 fbshipit-source-id: cb7bc00ea0b9d6e82219dda5148ab29978ddc83d --- ReactCommon/cxxreact/BUCK | 3 --- 1 file changed, 3 deletions(-) diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index e2d9a489056..983a27d3878 100644 --- a/ReactCommon/cxxreact/BUCK +++ b/ReactCommon/cxxreact/BUCK @@ -46,9 +46,6 @@ rn_xplat_cxx_library( fbobjc_compiler_flags = get_apple_compiler_flags(), force_static = True, labels = ["supermodule:xplat/default/public.react_native.infra"], - preprocessor_flags = [ - "-DWITH_FBREMAP=1", - ], visibility = [ "PUBLIC", ],