summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-08-08 01:15:05 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-08-08 17:22:16 (GMT)
commit4d5198a986902588271307a3837f08999c139368 (patch)
tree83c2ac6e2e179f6689270fb2b34b0ce9ae657465 /Source/cmSystemTools.h
parentec5f1c489a43456a97f849456e3c81b45bda05dd (diff)
downloadCMake-4d5198a986902588271307a3837f08999c139368.zip
CMake-4d5198a986902588271307a3837f08999c139368.tar.gz
CMake-4d5198a986902588271307a3837f08999c139368.tar.bz2
cmSystemTools: remove `ComputeStringMD5` method
No longer used.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 27d788e..e8fa047 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -219,9 +219,6 @@ public:
static std::string ComputeFileHash(const std::string& source,
cmCryptoHash::Algo algo);
- /** Compute the md5sum of a string. */
- static std::string ComputeStringMD5(const std::string& input);
-
# ifdef _WIN32
//! Get the SHA thumbprint for a certificate file
static std::string ComputeCertificateThumbprint(const std::string& source);