From 530e8914ba00ce0e7ee89ba30d2b88f2c09f43c9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 16 Dec 2017 14:14:15 +0200 Subject: Split stream verbosity into components (path, extension) Use to make sure structured result output always contains absolute target path. --- build2/parser.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build2/parser.cxx') diff --git a/build2/parser.cxx b/build2/parser.cxx index 1f2ab9d..48902b8 100644 --- a/build2/parser.cxx +++ b/build2/parser.cxx @@ -1883,11 +1883,6 @@ namespace build2 // ostream& os (*diag_stream); - // Print directories as absolute. - // - const dir_path* orb (relative_base); - relative_base = &empty_dir_path; - if (ns.empty ()) { if (scope_ != nullptr) @@ -1918,8 +1913,6 @@ namespace build2 } } - relative_base = orb; - if (tt != type::eos) next (t, tt); // Swallow newline. } -- cgit v1.1