cmLocalGenerator: remove public GetImportedGeneratorTargets

GetImportedGeneratorTargets is not used anywhere hence remove it
to avoid exposing the type of ImportedGeneratorTargets.
This commit is contained in:
Frank Winklmeier 2018-01-30 17:51:14 +01:00
parent 142938225e
commit 4443adc1c0

View File

@ -139,11 +139,6 @@ public:
return this->GeneratorTargets;
}
const std::vector<cmGeneratorTarget*>& GetImportedGeneratorTargets() const
{
return this->ImportedGeneratorTargets;
}
void AddGeneratorTarget(cmGeneratorTarget* gt);
void AddImportedGeneratorTarget(cmGeneratorTarget* gt);
void AddOwnedImportedGeneratorTarget(cmGeneratorTarget* gt);