diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-01-29 09:19:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-01-29 09:19:06 +0200 |
commit | c4fcbad1cb603756dc4dac65392feb86be1a722d (patch) | |
tree | da9c9c2278c63d20237a7178fde450d7472a59c9 /libbuild2/test/init.hxx | |
parent | ccb417a7c1456427b76914e8a11ca87b4926eeb3 (diff) |
Rename module_base to module, redo module boot/init argument passing
Diffstat (limited to 'libbuild2/test/init.hxx')
-rw-r--r-- | libbuild2/test/init.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libbuild2/test/init.hxx b/libbuild2/test/init.hxx index 49cdb14..7683858 100644 --- a/libbuild2/test/init.hxx +++ b/libbuild2/test/init.hxx @@ -16,18 +16,6 @@ namespace build2 { namespace test { - bool - boot (scope&, const location&, unique_ptr<module_base>&); - - bool - init (scope&, - scope&, - const location&, - unique_ptr<module_base>&, - bool, - bool, - const variable_map&); - // Module `test` requires bootstrapping. // // `test` -- registers the test and update-for-test operations, registers/ |