diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-29 14:57:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-29 14:57:40 +0200 |
commit | 40537e7e0941926168226f8a841544f3536a55cb (patch) | |
tree | 6ad5937118098489eb3869d29d62588508631687 /build/bin/module | |
parent | 6dbf3bbd2efa963859156826a25fc639c6c52ce5 (diff) |
Get rid of on-demand configuration for now
Diffstat (limited to 'build/bin/module')
-rw-r--r-- | build/bin/module | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/bin/module b/build/bin/module index f2d9502..7e80085 100644 --- a/build/bin/module +++ b/build/bin/module @@ -14,12 +14,6 @@ namespace build { void init (scope&, scope&, const location&); - - // Init the 'lib' part of the module because a lib{} target - // has been created in the specified directory. - // - void - init_lib (const dir_path&); } } |