From 155a6e96346e0cb3d9ab6f5372fa29b46ebaee89 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 19 Dec 2017 12:25:40 -0800 Subject: Integrate simplified message handling --- src/WixToolset.Core/Uuid.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/WixToolset.Core/Uuid.cs') diff --git a/src/WixToolset.Core/Uuid.cs b/src/WixToolset.Core/Uuid.cs index d512d92f..0501c285 100644 --- a/src/WixToolset.Core/Uuid.cs +++ b/src/WixToolset.Core/Uuid.cs @@ -10,15 +10,8 @@ namespace WixToolset /// /// Implementation of RFC 4122 - A Universally Unique Identifier (UUID) URN Namespace. /// - public sealed class Uuid + public static class Uuid { - /// - /// Protect the constructor. - /// - private Uuid() - { - } - /// /// Creates a version 3 name-based UUID. /// -- cgit v1.2.3-55-g6feb