From 4443adc1c0450a49a4413669a8ade5487f9f3026 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier Date: Tue, 30 Jan 2018 17:51:14 +0100 Subject: cmLocalGenerator: remove public GetImportedGeneratorTargets GetImportedGeneratorTargets is not used anywhere hence remove it to avoid exposing the type of ImportedGeneratorTargets. --- Source/cmLocalGenerator.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index a66fa6e..2131085 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -139,11 +139,6 @@ public: return this->GeneratorTargets; } - const std::vector& GetImportedGeneratorTargets() const - { - return this->ImportedGeneratorTargets; - } - void AddGeneratorTarget(cmGeneratorTarget* gt); void AddImportedGeneratorTarget(cmGeneratorTarget* gt); void AddOwnedImportedGeneratorTarget(cmGeneratorTarget* gt); -- cgit v0.12