aboutsummaryrefslogtreecommitdiff
path: root/build/bin/target.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-29 14:57:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-29 14:57:40 +0200
commit40537e7e0941926168226f8a841544f3536a55cb (patch)
tree6ad5937118098489eb3869d29d62588508631687 /build/bin/target.cxx
parent6dbf3bbd2efa963859156826a25fc639c6c52ce5 (diff)
Get rid of on-demand configuration for now
Diffstat (limited to 'build/bin/target.cxx')
-rw-r--r--build/bin/target.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/bin/target.cxx b/build/bin/target.cxx
index ca198d7d..1849533 100644
--- a/build/bin/target.cxx
+++ b/build/bin/target.cxx
@@ -4,8 +4,6 @@
#include <build/bin/target>
-#include <build/bin/module>
-
using namespace std;
namespace build
@@ -133,11 +131,6 @@ namespace build
static target*
lib_factory (dir_path d, string n, const string* e)
{
- // If there is a target of type lib{} in this project, then
- // initialized the lib part of the module.
- //
- init_lib (d);
-
liba* a (targets.find<liba> (d, n));
libso* so (targets.find<libso> (d, n));
lib* l (new lib (move (d), move (n), e));