diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index af3cc92cd..88521dd9d 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -434,8 +434,6 @@ cmMakefileTargetGenerator std::vector commands; // add in a progress call if needed - cmGlobalUnixMakefileGenerator3* gg = - static_cast(this->GlobalGenerator); std::string progressDir = this->Makefile->GetHomeOutputDirectory(); progressDir += cmake::GetCMakeFilesDirectory(); cmOStringStream progCmd;