diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-04 21:08:19 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-16 06:12:01 (GMT) |
commit | 991f5e4968ce7b86aea12224b4cecc1be3ed92d9 (patch) | |
tree | ed86360fdaa42be85834ef9da62fdf23c3e15c7e /Source/cmLocalGenerator.h | |
parent | 57bdc1a2f7d416c106c4bef8f3543eec74c3c391 (diff) | |
download | CMake-991f5e4968ce7b86aea12224b4cecc1be3ed92d9.zip CMake-991f5e4968ce7b86aea12224b4cecc1be3ed92d9.tar.gz CMake-991f5e4968ce7b86aea12224b4cecc1be3ed92d9.tar.bz2 |
cmState::Snapshot: Store components for current directories.
Remove this responsibility from cmLocalGenerator.
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 f08c973..e4d4444 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -443,7 +443,6 @@ protected: void ConfigureRelativePaths(); std::string FindRelativePathTopSource(); std::string FindRelativePathTopBinary(); - void SetupPathConversions(); virtual std::string ConvertToLinkReference(std::string const& lib, OutputFormat format = SHELL); @@ -458,8 +457,6 @@ protected: cmMakefile *Makefile; cmState::Snapshot StateSnapshot; cmGlobalGenerator *GlobalGenerator; - std::vector<std::string> StartDirectoryComponents; - std::vector<std::string> StartOutputDirectoryComponents; cmLocalGenerator* Parent; std::vector<cmLocalGenerator*> Children; std::map<std::string, std::string> UniqueObjectNamesMap; @@ -484,7 +481,6 @@ protected: std::string RelativePathTopSource; std::string RelativePathTopBinary; bool RelativePathsConfigured; - bool PathConversionsSetup; cmIML_INT_uint64_t BackwardsCompatibility; bool BackwardsCompatibilityFinal; |