diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-16 14:57:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-16 15:38:29 +0300 |
commit | 529ab4e735c1263f0bf5063779042898fc06e21e (patch) | |
tree | 5008c5f7c52e28a71ec85d3e031ea432fe14ae1f /solenv/doc | |
parent | 7ee2ce24c4060e16b6aa852edfcbe5c531c89b6e (diff) |
Get rid of PRODUCT, unused I hope
Change-Id: I934158f892daf3ae36f265e6bc95fd9987a05ca5
Diffstat (limited to 'solenv/doc')
-rw-r--r-- | solenv/doc/gbuild/solenv/gbuild/gbuild.mk | 3 |
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 |