diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-13 14:07:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-13 14:07:12 (GMT) |
commit | 6a67b1bf71499fe64927c48580ed33c9b5853e6e (patch) | |
tree | 681c33cbcc484ee85c762855499143b1ab9da8be /Source/cmDepends.cxx | |
parent | f2b8c8f31a6baa6c9b69a9e94be69d39667c5f24 (diff) | |
download | CMake-6a67b1bf71499fe64927c48580ed33c9b5853e6e.zip CMake-6a67b1bf71499fe64927c48580ed33c9b5853e6e.tar.gz CMake-6a67b1bf71499fe64927c48580ed33c9b5853e6e.tar.bz2 |
BUG: Fix logic to return true when the file was already statted. Also, use nanosecond percision if available. Remove debug
Diffstat (limited to 'Source/cmDepends.cxx')
-rw-r--r-- | Source/cmDepends.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmDepends.cxx b/Source/cmDepends.cxx index d66efb4..068c451 100644 --- a/Source/cmDepends.cxx +++ b/Source/cmDepends.cxx @@ -89,7 +89,6 @@ void cmDepends::Clear(const char *file) std::string markFile = file; markFile += ".mark"; cmSystemTools::RemoveFile(markFile.c_str()); - std::cout << "Remove mark file: " << markFile.c_str() << std::endl; // Write an empty dependency file. cmGeneratedFileStream depFileStream(file); |