From f08e7529967fa9870faeee6dfa00f326c65cef1e Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 23 May 2020 01:53:03 -0700 Subject: Minor code cleanup --- src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index 22858d1f..e09c12da 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs @@ -155,7 +155,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind { propertyRow.Value = Common.GenerateGuid(); -#if TODO_FIX_INSTANCE_TRANSFORM // Is this still necessary? +#if TODO_PATCHING // Is this still necessary? // Update the target ProductCode in any instance transforms. foreach (SubStorage subStorage in this.Output.SubStorages) @@ -294,7 +294,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind command.FileFacades = fileFacades; command.UpdateFileFacades = fileFacades.Where(f => !f.FromModule); command.OverwriteHash = true; - command.TableDefinitions = tableDefinitions; command.VariableCache = variableCache; command.Execute(); } -- cgit v1.2.3-55-g6feb