fix two more warnings from icpc
asfGlob and abfGlob were there since rev 1.3 of this file (Oct 17th 2004) and unused since then, so remove them Alex
This commit is contained in:
parent
e364dc784f
commit
b3040beb41
|
@ -361,9 +361,6 @@ int cmCTestCoverageHandler::ProcessHandler()
|
|||
cmSystemTools::ConvertToUnixSlashes(sourceDir);
|
||||
cmSystemTools::ConvertToUnixSlashes(binaryDir);
|
||||
|
||||
std::string asfGlob = sourceDir + "/*";
|
||||
std::string abfGlob = binaryDir + "/*";
|
||||
|
||||
cmCTestLog(this->CTest, HANDLER_OUTPUT, "Performing coverage" << std::endl);
|
||||
|
||||
cmCTestCoverageHandlerContainer cont;
|
||||
|
|
Loading…
Reference in New Issue