From ec203677f1de13c200e54813db73a8ed5be8d4c9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 12 Jul 2020 09:58:44 +0200 Subject: Cache subprojects variable value in scope::root_extra --- libbuild2/file.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libbuild2/file.hxx') diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx index aa30e39..e0291fe 100644 --- a/libbuild2/file.hxx +++ b/libbuild2/file.hxx @@ -4,8 +4,6 @@ #ifndef LIBBUILD2_FILE_HXX #define LIBBUILD2_FILE_HXX -#include - #include #include #include @@ -20,11 +18,6 @@ namespace build2 { class lexer; - using subprojects = std::map; - - LIBBUILD2_SYMEXPORT ostream& - operator<< (ostream&, const subprojects&); // Print as name@dir sequence. - LIBBUILD2_SYMEXPORT extern const dir_path std_build_dir; // build/ // build/root.build -- cgit v1.1