summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-08 15:27:22 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-09 13:50:06 (GMT)
commit9d41f6d87b28c46d8a6d52f2de91976819e6b4d0 (patch)
treed158bddb7291f864ef8c3d3dd5cc842f1479bc2b /Source/cmLocalUnixMakefileGenerator3.h
parenta4a2518dd47bd37f2204a0209c2eeb632d191d1e (diff)
downloadCMake-9d41f6d87b28c46d8a6d52f2de91976819e6b4d0.zip
CMake-9d41f6d87b28c46d8a6d52f2de91976819e6b4d0.tar.gz
CMake-9d41f6d87b28c46d8a6d52f2de91976819e6b4d0.tar.bz2
cmLocalCommonGenerator: Adopt ConfigName member
De-duplicate the member from the local Makefile and Ninja generators.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index ed77a5f..01ac01b 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -46,8 +46,6 @@ public:
*/
virtual void Generate();
- std::string const& GetConfigName() { return this->ConfigName; }
-
// this returns the relative path between the HomeOutputDirectory and this
// local generators StartOutputDirectory
const std::string &GetHomeRelativeOutputPath();
@@ -254,8 +252,6 @@ private:
ImplicitDependTargetMap ImplicitDepends;
- std::string ConfigName;
-
std::string HomeRelativeOutputPath;
struct LocalObjectEntry