diff options
author | Brad King <brad.king@kitware.com> | 2021-05-14 18:16:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-17 14:03:43 (GMT) |
commit | 013ec595c8d6971c568cff4f8e457d90a6e8be88 (patch) | |
tree | 3266653b2f5564d256384db3e9541e1a65f31d9c /Source/cmLocalGenerator.h | |
parent | 24bfdbcffba42fc0aac6ef3b575bd50a180d26ea (diff) | |
download | CMake-013ec595c8d6971c568cff4f8e457d90a6e8be88.zip CMake-013ec595c8d6971c568cff4f8e457d90a6e8be88.tar.gz CMake-013ec595c8d6971c568cff4f8e457d90a6e8be88.tar.bz2 |
cmLocalGenerator: De-duplicate StateSnapshot member
We have the member from the cmOutputConverter parent.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 1f8970f..0d65267 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -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; |