From ccbc2259137fe61a770bb0b5538a20bf5e00bc8f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 6 Jun 2015 15:40:26 +0200 Subject: cmGeneratorTarget: Move Feature API from cmTarget. --- Source/cmTarget.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/cmTarget.h') diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 0cbb575192..f20966abf3 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -260,11 +260,6 @@ public: bool GetPropertyAsBool(const std::string& prop) const; void CheckProperty(const std::string& prop, cmMakefile* context) const; - const char* GetFeature(const std::string& feature, - const std::string& config) const; - bool GetFeatureAsBool(const std::string& feature, - const std::string& config) const; - bool IsImported() const {return this->IsImportedTarget;} void GetObjectLibrariesCMP0026(std::vector& objlibs) const; -- cgit v1.2.1