From f827ab10652dd7e6caa6e600821e15b0f461b52c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Sep 2018 05:25:37 +0200 Subject: Minor and cosmetic changes to uuid --- libbutl/uuid.ixx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libbutl/uuid.ixx') 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 { -- cgit v1.1