Explorar el Código

STYLE: Remove unused variable

Brad King hace 16 años
padre
commit
5be7846277
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      Source/CTest/cmCTestCoverageHandler.cxx

+ 0 - 4
Source/CTest/cmCTestCoverageHandler.cxx

@@ -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: "