Parcourir la source

ENH: fix compile warning

Ken Martin il y a 19 ans
Parent
commit
c05b8fb993
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      Source/cmMakefileTargetGenerator.cxx

+ 0 - 2
Source/cmMakefileTargetGenerator.cxx

@@ -434,8 +434,6 @@ cmMakefileTargetGenerator
   std::vector<std::string> commands;
 
   // add in a progress call if needed
-  cmGlobalUnixMakefileGenerator3* gg =
-    static_cast<cmGlobalUnixMakefileGenerator3*>(this->GlobalGenerator);
   std::string progressDir = this->Makefile->GetHomeOutputDirectory();
   progressDir += cmake::GetCMakeFilesDirectory();
   cmOStringStream progCmd;