aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-03-13 08:48:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-03-13 08:58:15 +0200
commit1adbf7b710d52958f6c0168ccb492252c1f19d4a (patch)
tree04ce492fd006d3c5cf98222f923adcc9845194f4 /libbuild2/context.hxx
parent1dbaaa16d0ea2c6af53f16ebb14c943fdd11bac4 (diff)
Cleanup and make config/utility.?xx part of build system core
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r--libbuild2/context.hxx12
1 files changed, 0 insertions, 12 deletions
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<opspec>&,
- bool lifted,
- const location&);
}
#include <libbuild2/context.ixx>