aboutsummaryrefslogtreecommitdiff
path: root/libbutl/uuid.ixx
diff options
context:
space:
mode:
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
{