From 1adbf7b710d52958f6c0168ccb492252c1f19d4a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Mar 2020 08:48:43 +0200 Subject: Cleanup and make config/utility.?xx part of build system core --- libbuild2/context.cxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'libbuild2/context.cxx') diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index 4082e0c..827894b 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -21,6 +21,8 @@ #include #include +#include // config_preprocess_create + using namespace std; using namespace butl; @@ -892,12 +894,4 @@ namespace build2 //text << this_thread::get_id () << " phase restore " << n << " " << o; } - - void (*config_save_variable) (scope&, const variable&, uint64_t); - - const string& (*config_preprocess_create) (context&, - values&, - vector_view&, - bool, - const location&); } -- cgit v1.1