diff options
author | Brad King <brad.king@kitware.com> | 2020-05-26 16:54:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-26 16:54:49 (GMT) |
commit | 0b837ab3718c1f1d5b2cd6f021f402c4b1add00c (patch) | |
tree | 94299142174cce27cddc25d7d6062a7508fe440d /Source/cmState.h | |
parent | 7c0e5fcf636b21fb2f422add09b2c1bd70d336b0 (diff) | |
download | CMake-0b837ab3718c1f1d5b2cd6f021f402c4b1add00c.zip CMake-0b837ab3718c1f1d5b2cd6f021f402c4b1add00c.tar.gz CMake-0b837ab3718c1f1d5b2cd6f021f402c4b1add00c.tar.bz2 |
cmState: Drop unused and unimplemented SetCacheValue method
Fixes: #20758
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index f2bd32a..125e4dd 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -94,7 +94,6 @@ public: cmProp GetInitializedCacheValue(std::string const& key) const; cmStateEnums::CacheEntryType GetCacheEntryType(std::string const& key) const; void SetCacheEntryValue(std::string const& key, std::string const& value); - void SetCacheValue(std::string const& key, std::string const& value); void RemoveCacheEntry(std::string const& key); |