cmLocalGenerator: Simplify condition.
This commit is contained in:
parent
ae026f5458
commit
223f4a662f
@ -199,8 +199,6 @@ void cmLocalGenerator::GenerateTestFiles()
|
||||
(*gi)->Compute(this);
|
||||
(*gi)->Generate(fout, config, configurationTypes);
|
||||
}
|
||||
if (!this->Children.empty())
|
||||
{
|
||||
size_t i;
|
||||
for(i = 0; i < this->Children.size(); ++i)
|
||||
{
|
||||
@ -212,7 +210,6 @@ void cmLocalGenerator::GenerateTestFiles()
|
||||
fout << ")" << std::endl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void cmLocalGenerator::CreateEvaluationFileOutputs(std::string const& config)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user