From f0aca8db08518ab7f66a8c86200616fed8bcc8d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Jul 2015 14:22:34 +0200 Subject: Remove traces --- build/cxx/link.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build') 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 (d, p.name, se, trace); -- cgit v1.1