diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-09-24 15:09:10 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-09-24 15:09:10 (GMT) |
commit | 2e5ccdbc182e7f9f6243a62990b20efe5675723b (patch) | |
tree | e0ab0344c34c3a3758b79144e027f024dff349f1 /Source/cmCTest.cxx | |
parent | 65c418e56ffb29f889bd14fc363fb221a0827948 (diff) | |
download | CMake-2e5ccdbc182e7f9f6243a62990b20efe5675723b.zip CMake-2e5ccdbc182e7f9f6243a62990b20efe5675723b.tar.gz CMake-2e5ccdbc182e7f9f6243a62990b20efe5675723b.tar.bz2 |
Removed comment
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index fcc3052..e319b27 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -797,8 +797,6 @@ int cmCTest::ProcessTests() bool notest = true; int update_count = 0; - //cmCTestLog(this, OUTPUT, "Start processing tests" << std::endl); - for(Part p = PartStart; notest && p != PartCount; p = Part(p+1)) { notest = !this->Parts[p]; |