diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs index 553b470b..90d1c148 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | |||
| @@ -4,7 +4,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 4 | { | 4 | { |
| 5 | using System; | 5 | using System; |
| 6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
| 7 | using System.Diagnostics; | ||
| 8 | using System.Globalization; | 7 | using System.Globalization; |
| 9 | using System.Linq; | 8 | using System.Linq; |
| 10 | using WixToolset.Data; | 9 | using WixToolset.Data; |
| @@ -979,7 +978,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 979 | 978 | ||
| 980 | if (customTableDefinition.Unreal) | 979 | if (customTableDefinition.Unreal) |
| 981 | { | 980 | { |
| 982 | Debug.Assert(false, "CustomTableDefinition should never be unreal."); | ||
| 983 | continue; | 981 | continue; |
| 984 | } | 982 | } |
| 985 | 983 | ||
