diff options
Diffstat (limited to 'libbuild2/dist')
-rw-r--r-- | libbuild2/dist/init.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/dist/init.cxx b/libbuild2/dist/init.cxx index a95f768..a96d10e 100644 --- a/libbuild2/dist/init.cxx +++ b/libbuild2/dist/init.cxx @@ -22,7 +22,7 @@ namespace build2 { static const rule rule_; - bool + void boot (scope& rs, const location&, module_boot_extra& extra) { tracer trace ("dist::boot"); @@ -74,8 +74,6 @@ namespace build2 // Create the module. // extra.set_module (new module (v_d_p)); - - return false; } bool |