summaryrefslogtreecommitdiffstats
path: root/build2/file.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/file.ixx')
-rw-r--r--build2/file.ixx15
1 files changed, 0 insertions, 15 deletions
diff --git a/build2/file.ixx b/build2/file.ixx
index 2d6e99d8..a94d605d 100644
--- a/build2/file.ixx
+++ b/build2/file.ixx
@@ -26,19 +26,4 @@ namespace build2
assert (phase == run_phase::match || phase == run_phase::execute);
return import (pk, true);
}
-
- void
- source_hooks (scope&, const dir_path&, bool);
-
- inline void
- bootstrap_pre (scope& root)
- {
- source_hooks (root, bootstrap_dir, true /* pre */);
- }
-
- inline void
- bootstrap_post (scope& root)
- {
- source_hooks (root, bootstrap_dir, false /* pre */);
- }
}