Removed comment

This commit is contained in:
Zach Mullen 2009-09-24 11:09:10 -04:00
parent 65c418e56f
commit 2e5ccdbc18
1 changed files with 0 additions and 2 deletions

View File

@ -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];