summaryrefslogtreecommitdiff
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-27 16:21:37 -0400
committerBrad King <brad.king@kitware.com>2017-04-27 16:21:59 -0400
commit47990f9fef31eb4369bb01d72a6d86de332ae196 (patch)
treeac02d65dca9e73354f63804b9c920c8591b6be89 /Source/cmCommonTargetGenerator.h
parenta8667467ea6337faddb0eeb7a8d0b08154338ac0 (diff)
downloadcmake-47990f9fef31eb4369bb01d72a6d86de332ae196.tar.gz
Inline and remove AddFeatureFlags method
The method implementation is now only one call of another method, so inline it at call sites and remove it.
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r--Source/cmCommonTargetGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h
index 8ba2e22c39..c36145fe23 100644
--- a/Source/cmCommonTargetGenerator.h
+++ b/Source/cmCommonTargetGenerator.h
@@ -28,9 +28,6 @@ public:
std::string const& GetConfigName() const;
protected:
- // Add language feature flags.
- void AddFeatureFlags(std::string& flags, const std::string& lang);
-
// Feature query methods.
const char* GetFeature(const std::string& feature);