aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/init.cxx')
-rw-r--r--build2/cc/init.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/build2/cc/init.cxx b/build2/cc/init.cxx
index 8dceda7..733280a 100644
--- a/build2/cc/init.cxx
+++ b/build2/cc/init.cxx
@@ -88,17 +88,6 @@ namespace build2
v.insert<bool> ("config.cc.reprocess", true);
v.insert<bool> ("cc.reprocess");
- // Ability to indicate that source is already (partially) preprocessed.
- // Valid values are 'none' (not preprocessed), 'includes' (no #include
- // directives in source), 'modules' (as above plus no module declaration
- // depends on preprocessor, e.g., #ifdef, etc), and 'all' (the source is
- // fully preprocessed). Note that for 'all' the source can still contain
- // comments and line continuations. Note also that for some compilers
- // (e.g., VC) there is no way to signal that the source is already
- // preprocessed.
- //
- v.insert<string> ("cc.preprocessed");
-
return true;
}