diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-20 14:22:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-20 14:22:34 +0200 |
commit | f0aca8db08518ab7f66a8c86200616fed8bcc8d4 (patch) | |
tree | b78b00eb0fc7d19628307a0085448d91bbac250f /build/cxx/link.cxx | |
parent | c1981e367aafc22389ac0ab506b00e9657c8071c (diff) |
Remove traces
Diffstat (limited to 'build/cxx/link.cxx')
-rw-r--r-- | build/cxx/link.cxx | 4 |
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); |