diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 0d0a37f..9d2b4c3 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -254,11 +254,6 @@ public: void GetTargetObjectFileDirectories(cmTarget* target, std::vector<std::string>& dirs); protected: - // these two methods just compute reasonable values for LibraryOutputPath - // and ExecutableOutputPath - void ConfigureOutputPaths(); - void FormatOutputPath(std::string& path, const char* name); - void WriteLocalMakefile(); @@ -332,8 +327,6 @@ private: int MakefileVariableSize; std::string IncludeDirective; std::string MakeSilentFlag; - std::string ExecutableOutputPath; - std::string LibraryOutputPath; std::string ConfigurationName; std::string NativeEchoCommand; bool NativeEchoWindows; |