Skip to content

Commit

Permalink
modefilefree: Tear out cxx modules from build_mode.bzl
Browse files Browse the repository at this point in the history
Summary: Dead code

Reviewed By: scottcao

Differential Revision: D68812661

fbshipit-source-id: ffcbe2d2962bf2549dfbf7116f7e0d8dce95b3cd
  • Loading branch information
JakobDegen authored and facebook-github-bot committed Jan 29, 2025
1 parent 05449c8 commit 7eeaee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion folly/BUILD_MODE.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ _modes = extend_build_modes(
c_flags = _extra_cflags,
clang_flags = _extra_clang_flags,
cxx_flags = _extra_cxxflags,
cxx_modular_headers = True,
gcc_flags = _extra_gcc_flags,
)

Expand Down

0 comments on commit 7eeaee5

Please sign in to comment.