diff options
author | Brad King <brad.king@kitware.com> | 2015-07-08 19:02:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-09 13:50:06 (GMT) |
commit | abfa5f2d1fac0a55b430e078884ad1ae252d20cd (patch) | |
tree | e05d7c801401e2a38847e269c02d1a710f9ef9e0 /Source/cmNinjaTargetGenerator.cxx | |
parent | 9d41f6d87b28c46d8a6d52f2de91976819e6b4d0 (diff) | |
download | CMake-abfa5f2d1fac0a55b430e078884ad1ae252d20cd.zip CMake-abfa5f2d1fac0a55b430e078884ad1ae252d20cd.tar.gz CMake-abfa5f2d1fac0a55b430e078884ad1ae252d20cd.tar.bz2 |
cmCommonTargetGenerator: Adopt ConfigName member
De-duplicate the member from the Makefile and Ninja target generators.
Diffstat (limited to 'Source/cmNinjaTargetGenerator.cxx')
-rw-r--r-- | Source/cmNinjaTargetGenerator.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx index 5ede08a..152bf7c 100644 --- a/Source/cmNinjaTargetGenerator.cxx +++ b/Source/cmNinjaTargetGenerator.cxx @@ -89,11 +89,6 @@ cmGlobalNinjaGenerator* cmNinjaTargetGenerator::GetGlobalGenerator() const return this->LocalGenerator->GetGlobalNinjaGenerator(); } -std::string const& cmNinjaTargetGenerator::GetConfigName() const -{ - return this->LocalGenerator->GetConfigName(); -} - std::string cmNinjaTargetGenerator::LanguageCompilerRule( const std::string& lang) const { |