aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility-installed.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/utility-installed.cxx')
-rw-r--r--libbuild2/utility-installed.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/libbuild2/utility-installed.cxx b/libbuild2/utility-installed.cxx
index 8fcb271..5ef8811 100644
--- a/libbuild2/utility-installed.cxx
+++ b/libbuild2/utility-installed.cxx
@@ -10,15 +10,7 @@
namespace build2
{
- struct build_installed_init
- {
- build_installed_init ()
- {
- build_installed = true;
- }
- };
-
- static build_installed_init init_;
+ bool build_installed = true;
}
#endif