Remove unused variable

This commit is contained in:
Andy Cedilnik 2002-10-16 08:49:07 -04:00
parent 876645af51
commit eda89848be
1 changed files with 0 additions and 1 deletions

View File

@ -564,7 +564,6 @@ int ctest::BuildDirectory()
// > 1 - warning
std::vector<int> markedLines(lines.size(), 0);
cmCTestBuildErrorWarning cerw;
int cc;
// Errors
for ( cc = 0; cmCTestErrorMatches[cc]; cc ++ )