summaryrefslogtreecommitdiff
path: root/solenv/doc/gbuild/solenv/gbuild/types.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc/gbuild/solenv/gbuild/types.mk')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/types.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/types.mk b/solenv/doc/gbuild/solenv/gbuild/types.mk
index acad9535aaa1..8cdf80259570 100644
--- a/solenv/doc/gbuild/solenv/gbuild/types.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/types.mk
@@ -160,10 +160,6 @@ namespace gb { namespace types
/// \$\$(INCLUDE) contains the current paths and can be used if
/// just a few need to be modified.
void set_include(List<Path> include);
- /// Sets the stl include paths for C++ compilation.
- /// \$\$(INCLUDE_STL) contains the current paths and can be used if
- /// just a few need to be modified.
- void set_include_stl(List<Path> include_stl);
};
/// A target using the resource compiler
class UsesRsc