diff options
author | Brad King <brad.king@kitware.com> | 2015-07-08 14:49:04 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-09 09:50:06 -0400 |
commit | beee79373222ea01008cd137dd9a3ffa59cbe347 (patch) | |
tree | e08f7d3f05b9ebeea6a945eead2eeb47be2480c6 /Source/cmMakefileTargetGenerator.h | |
parent | abfa5f2d1fac0a55b430e078884ad1ae252d20cd (diff) | |
download | cmake-beee79373222ea01008cd137dd9a3ffa59cbe347.tar.gz |
cmCommonTargetGenerator: Adopt GetFeature and friends
De-duplicate the GetFeature, GetFeatureAsBool, and AddFeatureFlags
members from the Makefile and Ninja target generators.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r-- | Source/cmMakefileTargetGenerator.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h index 2985f4e7c0..5415423134 100644 --- a/Source/cmMakefileTargetGenerator.h +++ b/Source/cmMakefileTargetGenerator.h @@ -258,13 +258,6 @@ protected: // Helper to add flag for windows .def file. void AddModuleDefinitionFlag(std::string& flags); - // Add language feature flags. - void AddFeatureFlags(std::string& flags, const std::string& lang); - - // Feature query methods. - const char* GetFeature(const std::string& feature); - bool GetFeatureAsBool(const std::string& feature); - //================================================================== // Convenience routines that do nothing more than forward to // implementaitons |