diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-04 20:50:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-14 18:30:09 (GMT) |
commit | 443f041c2fa0355b9b622337da0612ce48cf29b6 (patch) | |
tree | ae16731da7c12377dda9679d0171da0b2080a98e /Source/cmLocalGenerator.h | |
parent | 36c275d857d1764f37df450361ed816d24091300 (diff) | |
download | CMake-443f041c2fa0355b9b622337da0612ce48cf29b6.zip CMake-443f041c2fa0355b9b622337da0612ce48cf29b6.tar.gz CMake-443f041c2fa0355b9b622337da0612ce48cf29b6.tar.bz2 |
cmLocalGenerator: Remove unused members.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index befddbf..49ac9a6 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -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; |