summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-27 20:21:37 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-27 20:21:59 (GMT)
commit47990f9fef31eb4369bb01d72a6d86de332ae196 (patch)
treeac02d65dca9e73354f63804b9c920c8591b6be89 /Source/cmCommonTargetGenerator.cxx
parenta8667467ea6337faddb0eeb7a8d0b08154338ac0 (diff)
downloadCMake-47990f9fef31eb4369bb01d72a6d86de332ae196.zip
CMake-47990f9fef31eb4369bb01d72a6d86de332ae196.tar.gz
CMake-47990f9fef31eb4369bb01d72a6d86de332ae196.tar.bz2
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.cxx')
-rw-r--r--Source/cmCommonTargetGenerator.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmCommonTargetGenerator.cxx b/Source/cmCommonTargetGenerator.cxx
index 8114020..391d65c 100644
--- a/Source/cmCommonTargetGenerator.cxx
+++ b/Source/cmCommonTargetGenerator.cxx
@@ -43,14 +43,6 @@ const char* cmCommonTargetGenerator::GetFeature(const std::string& feature)
return this->GeneratorTarget->GetFeature(feature, this->ConfigName);
}
-void cmCommonTargetGenerator::AddFeatureFlags(std::string& flags,
- const std::string& lang)
-{
- // Add language-specific flags.
- this->LocalGenerator->AddLanguageFlags(flags, this->GeneratorTarget, lang,
- this->ConfigName);
-}
-
void cmCommonTargetGenerator::AddModuleDefinitionFlag(
cmLinkLineComputer* linkLineComputer, std::string& flags)
{