diff options
Diffstat (limited to 'build/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); |