diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs index 75bb5bb1..77102c0f 100644 --- a/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs +++ b/src/WixToolset.Core.Burn/Bundles/ProcessExePackageCommand.cs | |||
@@ -4,7 +4,6 @@ namespace WixToolset.Core.Burn.Bundles | |||
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using WixToolset.Data; | 6 | using WixToolset.Data; |
7 | using WixToolset.Data.Rows; | ||
8 | 7 | ||
9 | /// <summary> | 8 | /// <summary> |
10 | /// Initializes package state from the Exe contents. | 9 | /// Initializes package state from the Exe contents. |