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
This commit is contained in:
Neil Dhar
2021-05-19 12:23:39 -07:00
committed by Facebook GitHub Bot
parent ec2dc9e4f2
commit 2c5f68df46
-3
View File
@@ -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",
],