mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
cmLocalGenerator: De-duplicate StateSnapshot member
We have the member from the cmOutputConverter parent.
This commit is contained in:
@@ -594,7 +594,6 @@ protected:
|
||||
virtual bool CheckDefinition(std::string const& define) const;
|
||||
|
||||
cmMakefile* Makefile;
|
||||
cmStateSnapshot StateSnapshot;
|
||||
cmListFileBacktrace DirectoryBacktrace;
|
||||
cmGlobalGenerator* GlobalGenerator;
|
||||
std::map<std::string, std::string> UniqueObjectNamesMap;
|
||||
|
||||
Reference in New Issue
Block a user