cmLocalGenerator: Remove unused method.
This commit is contained in:
parent
b659d161da
commit
24613d8b45
|
@ -99,7 +99,6 @@ public:
|
||||||
*/
|
*/
|
||||||
void SetIncludeDirective(const std::string& s)
|
void SetIncludeDirective(const std::string& s)
|
||||||
{ this->IncludeDirective = s; }
|
{ this->IncludeDirective = s; }
|
||||||
const std::string& GetIncludeDirective() { return this->IncludeDirective; }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set max makefile variable size, default is 0 which means unlimited.
|
* Set max makefile variable size, default is 0 which means unlimited.
|
||||||
|
|
Loading…
Reference in New Issue