From 057da4cedb151761c4a8cbfe9c1899315c8a3b05 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 3 Apr 2020 13:28:12 +1000 Subject: Update dependencies. --- src/wixext/NetfxWindowsInstallerBackendExtension.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/wixext/NetfxWindowsInstallerBackendExtension.cs') diff --git a/src/wixext/NetfxWindowsInstallerBackendExtension.cs b/src/wixext/NetfxWindowsInstallerBackendExtension.cs index 1c7ce9b8..7e30d396 100644 --- a/src/wixext/NetfxWindowsInstallerBackendExtension.cs +++ b/src/wixext/NetfxWindowsInstallerBackendExtension.cs @@ -3,7 +3,6 @@ namespace WixToolset.Netfx { using System.Collections.Generic; - using WixToolset.Data; using WixToolset.Data.WindowsInstaller; using WixToolset.Extensibility; @@ -26,11 +25,5 @@ namespace WixToolset.Netfx }; public override IEnumerable TableDefinitions { get => Tables; } - - public override bool TryAddTupleToOutput(IntermediateTuple tuple, WindowsInstallerData output) - { - var columnZeroIsId = tuple.Id != null; - return this.BackendHelper.TryAddTupleToOutputMatchingTableDefinitions(tuple, output, this.TableDefinitions, columnZeroIsId); - } } } -- cgit v1.2.3-55-g6feb