cmLocalGenerator: Remove unused members.

This commit is contained in:
Stephen Kelly 2015-05-04 22:50:54 +02:00
parent 36c275d857
commit 443f041c2f
1 changed files with 0 additions and 4 deletions

View File

@ -449,9 +449,6 @@ protected:
cmMakefile *Makefile;
cmGlobalGenerator *GlobalGenerator;
// members used for relative path function ConvertToMakefilePath
std::string RelativePathToSourceDir;
std::string RelativePathToBinaryDir;
std::vector<std::string> HomeDirectoryComponents;
std::vector<std::string> StartDirectoryComponents;
std::vector<std::string> HomeOutputDirectoryComponents;
@ -466,7 +463,6 @@ protected:
bool WatcomWMake;
bool MinGWMake;
bool NMake;
bool ForceUnixPath;
bool MSYSShell;
bool LinkScriptShell;
bool UseRelativePaths;