aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-20 14:22:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-20 14:22:34 +0200
commitf0aca8db08518ab7f66a8c86200616fed8bcc8d4 (patch)
treeb78b00eb0fc7d19628307a0085448d91bbac250f /build
parentc1981e367aafc22389ac0ab506b00e9657c8071c (diff)
Remove traces
Diffstat (limited to 'build')
-rw-r--r--build/cxx/link.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/cxx/link.cxx b/build/cxx/link.cxx
index f37ef58..b35a596 100644
--- a/build/cxx/link.cxx
+++ b/build/cxx/link.cxx
@@ -279,8 +279,6 @@ namespace build
f = d;
f /= an;
- text << "trying " << f;
-
if ((mt = file_mtime (f)) != timestamp_nonexistent)
{
// Enter the target. Note that because the search paths are
@@ -302,8 +300,6 @@ namespace build
f = d;
f /= sn;
- text << "trying " << f;
-
if ((mt = file_mtime (f)) != timestamp_nonexistent)
{
s = &targets.insert<libso> (d, p.name, se, trace);