diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-08-08 01:15:05 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-08-08 17:24:00 (GMT) |
commit | a4e4daceafc83f731cf8a885ef4295b4464a4749 (patch) | |
tree | e7a66e6491f6dfc48ad1cf16b3c9b4abc5f2cc12 /Source/cmSystemTools.h | |
parent | 0abde043d285ff34c374a49c0211aa4b375e4c9a (diff) | |
download | CMake-a4e4daceafc83f731cf8a885ef4295b4464a4749.zip CMake-a4e4daceafc83f731cf8a885ef4295b4464a4749.tar.gz CMake-a4e4daceafc83f731cf8a885ef4295b4464a4749.tar.bz2 |
cmSystemTools: remove `ComputeFileHash` method
No longer used.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index e8fa047..5c8d981 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -22,7 +22,6 @@ #include "cmsys/Status.hxx" // IWYU pragma: export #include "cmsys/SystemTools.hxx" // IWYU pragma: export -#include "cmCryptoHash.h" #include "cmDuration.h" #include "cmProcessOutput.h" @@ -215,10 +214,6 @@ public: const std::string& destination); #ifndef CMAKE_BOOTSTRAP - //! Compute the hash of a file - static std::string ComputeFileHash(const std::string& source, - cmCryptoHash::Algo algo); - # ifdef _WIN32 //! Get the SHA thumbprint for a certificate file static std::string ComputeCertificateThumbprint(const std::string& source); |