aboutsummaryrefslogtreecommitdiff
path: root/build/context
diff options
context:
space:
mode:
Diffstat (limited to 'build/context')
-rw-r--r--build/context14
1 files changed, 1 insertions, 13 deletions
diff --git a/build/context b/build/context
index 05f0094..c177603 100644
--- a/build/context
+++ b/build/context
@@ -34,19 +34,7 @@ namespace build
// the work directory.
//
path
- translate (const path&);
-
- // In addition to calling translate() above, this function also uses
- // shorter notations such as ~/.
- //
- std::string
- diagnostic_string (const path&);
-
- inline std::ostream&
- operator<< (std::ostream& os, const path& p)
- {
- return os << diagnostic_string (p);
- }
+ relative_work (const path&);
}
#endif // BUILD_CONTEXT