summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-26 16:54:49 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-26 16:54:49 (GMT)
commit0b837ab3718c1f1d5b2cd6f021f402c4b1add00c (patch)
tree94299142174cce27cddc25d7d6062a7508fe440d
parent7c0e5fcf636b21fb2f422add09b2c1bd70d336b0 (diff)
downloadCMake-0b837ab3718c1f1d5b2cd6f021f402c4b1add00c.zip
CMake-0b837ab3718c1f1d5b2cd6f021f402c4b1add00c.tar.gz
CMake-0b837ab3718c1f1d5b2cd6f021f402c4b1add00c.tar.bz2
cmState: Drop unused and unimplemented SetCacheValue method
Fixes: #20758
-rw-r--r--Source/cmState.h1
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);