[Cmake-commits] [cmake-commits] alex committed cmCPackGenerator.cxx 1.20 1.21

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Oct 3 08:35:59 EDT 2009


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv17020/CPack

Modified Files:
	cmCPackGenerator.cxx 
Log Message:
remove unused variables, reported by icpc

Alex


Index: cmCPackGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackGenerator.cxx,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -d -r1.20 -r1.21
*** cmCPackGenerator.cxx	30 Sep 2009 12:31:52 -0000	1.20
--- cmCPackGenerator.cxx	3 Oct 2009 12:35:57 -0000	1.21
***************
*** 391,396 ****
    const char* cmakeScripts
      = this->GetOption("CPACK_INSTALL_SCRIPT");
-   std::string currentWorkingDirectory =
-     cmSystemTools::GetCurrentWorkingDirectory();
    if ( cmakeScripts && *cmakeScripts )
      {
--- 391,394 ----
***************
*** 461,466 ****
    const char* cmakeGenerator
      = this->GetOption("CPACK_CMAKE_GENERATOR");
-   std::string currentWorkingDirectory =
-     cmSystemTools::GetCurrentWorkingDirectory();
    if ( cmakeProjects && *cmakeProjects )
      {
--- 459,462 ----



More information about the Cmake-commits mailing list