diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2019-02-16 15:45:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-19 13:49:41 (GMT) |
commit | 8a95808f8fb0766197ff904bc0c47ad9afa54098 (patch) | |
tree | d62060ef4d56a56bab4a043cb9e56024d077918b /Source/cmUuid.h | |
parent | 657b30905a9d03869c99064872ec715c9934312a (diff) | |
download | CMake-8a95808f8fb0766197ff904bc0c47ad9afa54098.zip CMake-8a95808f8fb0766197ff904bc0c47ad9afa54098.tar.gz CMake-8a95808f8fb0766197ff904bc0c47ad9afa54098.tar.bz2 |
cmUuid: Hide UUID group info in implementation
Diffstat (limited to 'Source/cmUuid.h')
-rw-r--r-- | Source/cmUuid.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmUuid.h b/Source/cmUuid.h index 158ce6e..7de20dd 100644 --- a/Source/cmUuid.h +++ b/Source/cmUuid.h @@ -15,8 +15,6 @@ class cmUuid { public: - cmUuid(); - std::string FromMd5(std::vector<unsigned char> const& uuidNamespace, std::string const& name) const; @@ -42,8 +40,6 @@ private: std::string BinaryToString(const unsigned char* input) const; bool IntFromHexDigit(char input, char& output) const; - - std::vector<int> Groups; }; #endif |