summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-08 18:49:04 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-09 13:50:06 (GMT)
commitbeee79373222ea01008cd137dd9a3ffa59cbe347 (patch)
treee08f7d3f05b9ebeea6a945eead2eeb47be2480c6 /Source/cmNinjaTargetGenerator.h
parentabfa5f2d1fac0a55b430e078884ad1ae252d20cd (diff)
downloadCMake-beee79373222ea01008cd137dd9a3ffa59cbe347.zip
CMake-beee79373222ea01008cd137dd9a3ffa59cbe347.tar.gz
CMake-beee79373222ea01008cd137dd9a3ffa59cbe347.tar.bz2
cmCommonTargetGenerator: Adopt GetFeature and friends
De-duplicate the GetFeature, GetFeatureAsBool, and AddFeatureFlags members from the Makefile and Ninja target generators.
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r--Source/cmNinjaTargetGenerator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h
index e446876..639654a 100644
--- a/Source/cmNinjaTargetGenerator.h
+++ b/Source/cmNinjaTargetGenerator.h
@@ -69,10 +69,6 @@ protected:
std::string LanguageCompilerRule(const std::string& lang) const;
- const char* GetFeature(const std::string& feature);
- bool GetFeatureAsBool(const std::string& feature);
- void AddFeatureFlags(std::string& flags, const std::string& lang);
-
std::string OrderDependsTargetForTarget();
std::string ComputeOrderDependsForTarget();