diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 4 |
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 |