aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/parser.cxx')
-rw-r--r--build2/parser.cxx7
1 files changed, 0 insertions, 7 deletions
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.
}