summaryrefslogtreecommitdiff
path: root/Source/cmUuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUuid.h')
-rw-r--r--Source/cmUuid.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmUuid.h b/Source/cmUuid.h
index 158ce6ee41..7de20dd295 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