summaryrefslogtreecommitdiff
path: root/solenv/doc
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/gbuild.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/gbuild.mk b/solenv/doc/gbuild/solenv/gbuild/gbuild.mk
index 5ff5ecde7236..d0fb5d254938 100644
--- a/solenv/doc/gbuild/solenv/gbuild/gbuild.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/gbuild.mk
@@ -39,7 +39,6 @@ static const Path UPD;
static const String LIBXML_CFLAGS;
static const String OS;
static const Bool DEBUG;
-static const Bool PRODUCT;
// gbuild global variables derived from the configure/environment
// some of these are defined per platform
@@ -47,8 +46,6 @@ namespace gb
{
/// building with generated dependencies
static const Bool FULLDEPS;
- /// product build or non-product build with additional assertions and tests
- static const Bool PRODUCT;
/// command to run awk scripts
static const Command AWK;
/// command to compile c source files