cmLocalGenerator: De-duplicate StateSnapshot member

We have the member from the cmOutputConverter parent.
This commit is contained in:
Brad King
2021-05-14 14:16:53 -04:00
parent 24bfdbcffb
commit 013ec595c8
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -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;