cmake: Remove redundant condition.

This commit is contained in:
Stephen Kelly 2015-05-24 12:55:43 +02:00
parent ad16747927
commit df9635f386
1 changed files with 0 additions and 5 deletions

View File

@ -1620,11 +1620,6 @@ int cmake::Run(const std::vector<std::string>& args, bool noconfigure)
std::string message = "Build files have been written to: ";
message += this->GetHomeOutputDirectory();
this->UpdateProgress(message.c_str(), -1);
if(ret)
{
return ret;
}
return ret;
}