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.hxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libbuild2/context.hxx') diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index a2bfe3d..ea2c017 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -589,18 +589,6 @@ namespace build2 atomic_count* task_count; bool phase; }; - - // Config module entry points. - // - LIBBUILD2_SYMEXPORT extern void (*config_save_variable) ( - scope&, const variable&, uint64_t flags); - - LIBBUILD2_SYMEXPORT extern const string& (*config_preprocess_create) ( - context&, - values&, - vector_view&, - bool lifted, - const location&); } #include -- cgit v1.1