From 333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 16 May 2015 05:21:24 +0200 Subject: cmGlobalUnixMakefileGenerator3: Host the UnixCD. --- Source/cmLocalUnixMakefileGenerator3.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Source/cmLocalUnixMakefileGenerator3.h') diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 7a0dadb982..577b3e1f80 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -72,12 +72,6 @@ public: void SetMakeSilentFlag(const std::string& s) { this->MakeSilentFlag = s; } std::string &GetMakeSilentFlag() { return this->MakeSilentFlag; } - /** - * If set to true, cd dir && command is used to - * run commands in a different directory. - */ - void SetUnixCD(bool v) {this->UnixCD = v;} - /** * Set max makefile variable size, default is 0 which means unlimited. */ @@ -282,7 +276,6 @@ private: int MakefileVariableSize; std::string MakeSilentFlag; std::string ConfigurationName; - bool UnixCD; bool MakeCommandEscapeTargetTwice; bool BorlandMakeCurlyHack; //========================================================================== -- cgit v1.2.1