diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-02 15:44:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-02 15:44:49 +0200 |
commit | 137df0bea6cebabe5278e67e5dad6f3047c762fb (patch) | |
tree | 2ea23a35f99d21a4d9eca89ed71ac9ba2a734f52 /build/cxx/module.cxx | |
parent | 65dca85d0acc1ae69518e85b52a2877e38dc8c6d (diff) |
Handle "nothing to be done" case for disfigure
Diffstat (limited to 'build/cxx/module.cxx')
-rw-r--r-- | build/cxx/module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cxx/module.cxx b/build/cxx/module.cxx index 1179ce3..04b1ae5 100644 --- a/build/cxx/module.cxx +++ b/build/cxx/module.cxx @@ -92,7 +92,7 @@ namespace build throw failed (); } - text << "toolchain version " << ver; + //text << "toolchain version " << ver; // Set on the project root. // |