summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-10-05 18:50:46 +0200
committerArthur LAURENT <[email protected]>2024-10-08 13:47:46 +0200
commit929d11a6eb75d9b3586afc264a7cc93ca2931eac (patch)
tree301f189771094b5fd5be8dc889f445659c92e018
parent6c57450734d93d16f370ddccf3d41240bc8f64f5 (diff)
cleanup
-rw-r--r--xmake/rules/c++/modules/modules_support/clang/builder.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang/builder.lua b/xmake/rules/c++/modules/modules_support/clang/builder.lua
index fc0798ee7..1fb79d0cf 100644
--- a/xmake/rules/c++/modules/modules_support/clang/builder.lua
+++ b/xmake/rules/c++/modules/modules_support/clang/builder.lua
@@ -233,7 +233,6 @@ function make_module_buildjobs(target, batchjobs, job_name, deps, opt)
build, dependinfo = should_build(target, opt.cppfile, bmifile, {name = name, objectfile = opt.objectfile, requires = opt.module.requires})
end
- -- if build then
if build then
-- compile if it's a named module
if provide or compiler_support.has_module_extension(opt.cppfile) then