cmLocalGenerator: Remove unused method.

This commit is contained in:
Stephen Kelly 2015-05-16 05:18:32 +02:00
parent b659d161da
commit 24613d8b45
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ public:
*/
void SetIncludeDirective(const std::string& s)
{ this->IncludeDirective = s; }
const std::string& GetIncludeDirective() { return this->IncludeDirective; }
/**
* Set max makefile variable size, default is 0 which means unlimited.