diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-28 13:02:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-28 13:02:52 +0200 |
commit | d07521c67db21aa02dddf9615dce9f9f3dfe784c (patch) | |
tree | ad7ced4331d87004150ef89134f28abcbf283ec9 /libbuild2/utility.hxx | |
parent | a4ef665e379e81656ffb07f9290e7573c137350f (diff) |
Redo build_installed without requiring linking whole archive
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r-- | libbuild2/utility.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index d9c530b..e4b5bcb 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -144,8 +144,6 @@ namespace build2 // Whether running installed build. // - // Note: only available after static initialization. - // LIBBUILD2_SYMEXPORT extern bool build_installed; // --[no-]mtime-check |