From abfa5f2d1fac0a55b430e078884ad1ae252d20cd Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 8 Jul 2015 15:02:11 -0400 Subject: cmCommonTargetGenerator: Adopt ConfigName member De-duplicate the member from the Makefile and Ninja target generators. --- Source/cmNinjaTargetGenerator.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/cmNinjaTargetGenerator.h') diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h index 87ba17fb60..e4468765dc 100644 --- a/Source/cmNinjaTargetGenerator.h +++ b/Source/cmNinjaTargetGenerator.h @@ -67,8 +67,6 @@ protected: cmMakefile* GetMakefile() const { return this->Makefile; } - std::string const& GetConfigName() const; - std::string LanguageCompilerRule(const std::string& lang) const; const char* GetFeature(const std::string& feature); -- cgit v1.2.1