mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-17 04:31:04 -06:00
cmake: Kill cmake::CacheManager and its getter
This member variable is never initialized and has apparently moved to cmState.
This commit is contained in:
@@ -209,9 +209,6 @@ public:
|
|||||||
return this->GeneratorToolset;
|
return this->GeneratorToolset;
|
||||||
}
|
}
|
||||||
|
|
||||||
///! get the cmCachemManager used by this invocation of cmake
|
|
||||||
cmCacheManager* GetCacheManager() { return this->CacheManager; }
|
|
||||||
|
|
||||||
const std::vector<std::string>& GetSourceExtensions() const
|
const std::vector<std::string>& GetSourceExtensions() const
|
||||||
{
|
{
|
||||||
return this->SourceFileExtensions;
|
return this->SourceFileExtensions;
|
||||||
@@ -421,7 +418,6 @@ protected:
|
|||||||
CreateExtraGeneratorFunctionType newFunction);
|
CreateExtraGeneratorFunctionType newFunction);
|
||||||
|
|
||||||
cmGlobalGenerator* GlobalGenerator;
|
cmGlobalGenerator* GlobalGenerator;
|
||||||
cmCacheManager* CacheManager;
|
|
||||||
std::map<std::string, DiagLevel> DiagLevels;
|
std::map<std::string, DiagLevel> DiagLevels;
|
||||||
std::string GeneratorPlatform;
|
std::string GeneratorPlatform;
|
||||||
std::string GeneratorToolset;
|
std::string GeneratorToolset;
|
||||||
|
|||||||
Reference in New Issue
Block a user