From 443f041c2fa0355b9b622337da0612ce48cf29b6 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 4 May 2015 22:50:54 +0200 Subject: cmLocalGenerator: Remove unused members. --- Source/cmLocalGenerator.h | 4 ---- 1 file changed, 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 HomeDirectoryComponents; std::vector StartDirectoryComponents; std::vector HomeOutputDirectoryComponents; @@ -466,7 +463,6 @@ protected: bool WatcomWMake; bool MinGWMake; bool NMake; - bool ForceUnixPath; bool MSYSShell; bool LinkScriptShell; bool UseRelativePaths; -- cgit v0.12