summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-27 12:19:45 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-27 12:20:20 (GMT)
commit6bfc6f6abc285468035d11d0789ce20d97045a91 (patch)
tree9d90c76329f9a94ed04500b5b4c4b5f10cef9f0a /Source
parent1174f45990cdbcc486819f87a3ee6f013d22b422 (diff)
parent0b837ab3718c1f1d5b2cd6f021f402c4b1add00c (diff)
downloadCMake-6bfc6f6abc285468035d11d0789ce20d97045a91.zip
CMake-6bfc6f6abc285468035d11d0789ce20d97045a91.tar.gz
CMake-6bfc6f6abc285468035d11d0789ce20d97045a91.tar.bz2
Merge topic 'cmState-unused-method'
0b837ab371 cmState: Drop unused and unimplemented SetCacheValue method Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4797
Diffstat (limited to 'Source')
-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);