cmGlobalGenerator: Host the MakeSilentFlag.

This commit is contained in:
Stephen Kelly
2015-05-16 05:23:06 +02:00
parent 2047144f49
commit 684e5cefb2
6 changed files with 8 additions and 14 deletions

View File

@@ -66,12 +66,6 @@ public:
// write the main variables used by the makefiles
void WriteMakeVariables(std::ostream& makefileStream);
/**
* Set the flag used to keep the make program silent.
*/
void SetMakeSilentFlag(const std::string& s) { this->MakeSilentFlag = s; }
std::string &GetMakeSilentFlag() { return this->MakeSilentFlag; }
/**
* Set max makefile variable size, default is 0 which means unlimited.
*/
@@ -268,7 +262,6 @@ private:
//==========================================================================
// Configuration settings.
int MakefileVariableSize;
std::string MakeSilentFlag;
std::string ConfigurationName;
bool MakeCommandEscapeTargetTwice;
bool BorlandMakeCurlyHack;