From 1d6ff8af3c423ee4622185edc986ae5caad6b122 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 26 Dec 2017 15:11:40 -0800 Subject: Standardize creation of public objects in move towards interfaces --- src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs') diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs index 1d91ddf2..80f3add3 100644 --- a/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs +++ b/src/WixToolset.Core.Burn/Bundles/ProcessPayloadsCommand.cs @@ -9,9 +9,6 @@ namespace WixToolset.Core.Burn.Bundles using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; - using WixToolset.Data; - using WixToolset.Data.Bind; - using WixToolset.Data.Rows; internal class ProcessPayloadsCommand { -- cgit v1.2.3-55-g6feb