summaryrefslogtreecommitdiffstats
path: root/build2
diff options
context:
space:
mode:
Diffstat (limited to 'build2')
-rw-r--r--build2/cxx/init.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx
index 657893ea..c42f4839 100644
--- a/build2/cxx/init.cxx
+++ b/build2/cxx/init.cxx
@@ -193,8 +193,7 @@ namespace build2
// Enable starting with GCC 9.0.0 (currently the c++-modules
// branch).
//
- if (l && // Barely usable at the moment.
- mj >= 9 &&
+ if (mj >= 9 &&
ci.version.build.find ("c++-modules") != string::npos)
{
// Currently defines __cpp_modules=201804 which is said to