diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 0af4688e5..f0d02862c 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -3290,17 +3290,6 @@ cmFileCommand::HandleDownloadCommand(std::vector const& args) if(!chunkDebug.empty()) { chunkDebug.push_back(0); - if(CURLE_OPERATION_TIMEOUTED == res) - { - std::string output = &*chunkDebug.begin(); - - if(!verboseLog.empty()) - { - this->Makefile->AddDefinition(verboseLog, - &*chunkDebug.begin()); - } - } - this->Makefile->AddDefinition(verboseLog, &*chunkDebug.begin()); }