diff options
Diffstat (limited to 'libbuild2/install/init.cxx')
-rw-r--r-- | libbuild2/install/init.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/install/init.cxx b/libbuild2/install/init.cxx index e8ca982..769b106 100644 --- a/libbuild2/install/init.cxx +++ b/libbuild2/install/init.cxx @@ -227,7 +227,7 @@ namespace build2 void functions (function_map&); // functions.cxx - bool + void boot (scope& rs, const location&, module_boot_extra&) { tracer trace ("install::boot"); @@ -246,8 +246,6 @@ namespace build2 rs.insert_operation (install_id, op_install); rs.insert_operation (uninstall_id, op_uninstall); rs.insert_operation (update_for_install_id, op_update_for_install); - - return false; } static const path cmd ("install"); |