aboutsummaryrefslogtreecommitdiff
path: root/build2/config/module
diff options
context:
space:
mode:
Diffstat (limited to 'build2/config/module')
-rw-r--r--build2/config/module14
1 files changed, 1 insertions, 13 deletions
diff --git a/build2/config/module b/build2/config/module
index 21a7e28..e6fb197 100644
--- a/build2/config/module
+++ b/build2/config/module
@@ -78,20 +78,8 @@ namespace build2
struct module: module_base
{
config::saved_modules saved_modules;
- static const string name;
+ static const string name; // init.cxx
};
-
- void
- boot (scope&, const location&, unique_ptr<module_base>&);
-
- bool
- init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
}
}