aboutsummaryrefslogtreecommitdiff
path: root/libbutl/uuid.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-04 05:25:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-04 05:25:37 +0200
commitf827ab10652dd7e6caa6e600821e15b0f461b52c (patch)
tree2eaea6f9e27f23389ab594bc7845bc0e9319da33 /libbutl/uuid.ixx
parentb0455a73abf1e6ab6c3dbb205d1308797167ecce (diff)
Minor and cosmetic changes to uuid
Diffstat (limited to 'libbutl/uuid.ixx')
-rw-r--r--libbutl/uuid.ixx8
1 files changed, 0 insertions, 8 deletions
diff --git a/libbutl/uuid.ixx b/libbutl/uuid.ixx
index 0208221..c5411fb 100644
--- a/libbutl/uuid.ixx
+++ b/libbutl/uuid.ixx
@@ -9,14 +9,6 @@ namespace butl
{
// NOTE: the order of definitions is important to MinGW GCC (DLL linkage).
- inline uuid::
- uuid ()
- : time_low (0), time_mid (0), time_hiv (0),
- clock_seq_hir (0), clock_seq_low (0),
- node {0, 0, 0, 0, 0, 0}
- {
- }
-
inline bool uuid::
nil () const
{