From c0f1332a0e18e9d506fe80c328548b001dcf93df Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 12 Jun 2020 12:55:28 -0700 Subject: Remove use of remaining WixXxxRows --- src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs index 201a890c..fc713954 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/GenerateTransformCommand.cs @@ -160,6 +160,7 @@ namespace WixToolset.Core.WindowsInstaller { if (index.TryGetValue(primaryKey, out var collisionRow)) { +#if TODO_PATCH // This case doesn't seem like it can happen any longer. // Overriding WixActionRows have a primary key defined and take precedence in the index. if (row is WixActionRow actionRow) { @@ -176,6 +177,7 @@ namespace WixToolset.Core.WindowsInstaller // If we got this far, the row does not need to be indexed. return; } +#endif if (this.ShowPedanticMessages) { -- cgit v1.2.3-55-g6feb