@joebigelow / wix-1 / commits / a65c0551

Remove unused reference to removed table.

Bob Arnson committed Jun 17, 2020 at 19:56 UTC a65c055184941ea6f03fe6b6cfdebf870a085dfb
1 file changed -1
src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs
-1
@@ -2644,7 +2644,6 @@ namespace WixToolset.Core.WindowsInstaller
2644 continue;
2645 }
2646
2647 - var actionsTable = new Table(this.tableDefinitions["WixAction"]);
2647 var table = tables[String.Concat("Module", sequenceTableName)];
2648
2649 if (null != table)