1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-04-18 17:24:03 +03:00

modefilefree: Tear out cxx modules from build_mode.bzl

Summary: Dead code

Reviewed By: scottcao

Differential Revision: D68812661

fbshipit-source-id: ffcbe2d2962bf2549dfbf7116f7e0d8dce95b3cd
This commit is contained in:
Jakob Degen 2025-01-29 14:51:10 -08:00 committed by Facebook GitHub Bot
parent 4c32beec3e
commit 321261eeef

View File

@ -47,7 +47,6 @@ _modes = extend_build_modes(
c_flags = _extra_cflags,
clang_flags = _extra_clang_flags,
gcc_flags = _extra_gcc_flags,
cxx_modular_headers = True,
)
def get_modes():