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/BackendContext.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/WixToolset.Core/BackendContext.cs (limited to 'src/WixToolset.Core/BackendContext.cs') diff --git a/src/WixToolset.Core/BackendContext.cs b/src/WixToolset.Core/BackendContext.cs deleted file mode 100644 index 7166a3a3..00000000 --- a/src/WixToolset.Core/BackendContext.cs +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. - -namespace WixToolset.Core -{ - using WixToolset.Data; - - public class BackendContext - { - internal BackendContext() - { - this.Messaging = Messaging.Instance; - } - - public Messaging Messaging { get; } - } -} -- cgit v1.2.3-55-g6feb