From 3cf3b73ffc6881d5428a735736a347f6e143b366 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Feb 2016 10:57:40 +0200 Subject: Implement auxiliary dependency database (.d files), use in cxx.compile This is part of the "High Fidelity Build" work. --- build2/config/utility | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'build2/config/utility') diff --git a/build2/config/utility b/build2/config/utility index 2f53521..9218106 100644 --- a/build2/config/utility +++ b/build2/config/utility @@ -94,33 +94,9 @@ namespace build2 // bool specified (scope& root, const string& ns); - - // @@ Why are these here? - // - - // Add all the values from a variable to the C-string list. T is - // either target or scope. The variable is expected to be of type - // strings. - // - template - void - append_options (cstrings& args, T& s, const char* var); - - // As above but from the strings value directly. - // - void - append_options (cstrings& args, const const_strings_value&); - - // Check if a specified option is present in the variable value. - // T is either target or scope. - // - template - bool - find_option (const char* option, T& s, const char* var); } } #include -#include #endif // BUILD2_CONFIG_UTILITY -- cgit v1.1