STYLE: Remove unused variable
This commit is contained in:
parent
a0359d3c15
commit
5be7846277
|
@ -442,13 +442,9 @@ int cmCTestCoverageHandler::ProcessHandler()
|
||||||
const std::string fullFileName = fileIterator->first;
|
const std::string fullFileName = fileIterator->first;
|
||||||
const std::string fileName
|
const std::string fileName
|
||||||
= cmSystemTools::GetFilenameName(fullFileName.c_str());
|
= cmSystemTools::GetFilenameName(fullFileName.c_str());
|
||||||
std::string fullFilePath
|
|
||||||
= cmSystemTools::GetFilenamePath(fullFileName.c_str());
|
|
||||||
cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT,
|
cmCTestLog(this->CTest, HANDLER_VERBOSE_OUTPUT,
|
||||||
"Process file: " << fullFileName << std::endl);
|
"Process file: " << fullFileName << std::endl);
|
||||||
|
|
||||||
cmSystemTools::ConvertToUnixSlashes(fullFilePath);
|
|
||||||
|
|
||||||
if ( !cmSystemTools::FileExists(fullFileName.c_str()) )
|
if ( !cmSystemTools::FileExists(fullFileName.c_str()) )
|
||||||
{
|
{
|
||||||
cmCTestLog(this->CTest, ERROR_MESSAGE, "Cannot find file: "
|
cmCTestLog(this->CTest, ERROR_MESSAGE, "Cannot find file: "
|
||||||
|
|
Loading…
Reference in New Issue