diff options
author | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:45 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-11-01 10:59:45 -0700 |
commit | 2bb37beda887d120a0ddabf874ad25357101faa1 (patch) | |
tree | c35e97b03274b86cfc9ff7fd2caeee211165a140 /src/WixToolset.Core/Inscriber.cs | |
parent | df7413aeed3aea3425dff20ae0c8b1be3a3ab525 (diff) | |
download | wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.gz wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.bz2 wix-2bb37beda887d120a0ddabf874ad25357101faa1.zip |
Update to WiX Intermediate Representation
Diffstat (limited to 'src/WixToolset.Core/Inscriber.cs')
-rw-r--r-- | src/WixToolset.Core/Inscriber.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/WixToolset.Core/Inscriber.cs b/src/WixToolset.Core/Inscriber.cs index f01e0629..81781ad4 100644 --- a/src/WixToolset.Core/Inscriber.cs +++ b/src/WixToolset.Core/Inscriber.cs | |||
@@ -10,14 +10,6 @@ namespace WixToolset | |||
10 | /// </summary> | 10 | /// </summary> |
11 | public sealed class Inscriber : IMessageHandler | 11 | public sealed class Inscriber : IMessageHandler |
12 | { | 12 | { |
13 | // private TempFileCollection tempFiles; | ||
14 | private TableDefinitionCollection tableDefinitions; | ||
15 | |||
16 | public Inscriber() | ||
17 | { | ||
18 | this.tableDefinitions = new TableDefinitionCollection(WindowsInstallerStandard.GetTableDefinitions()); | ||
19 | } | ||
20 | |||
21 | /// <summary> | 13 | /// <summary> |
22 | /// Gets or sets the temp files collection. | 14 | /// Gets or sets the temp files collection. |
23 | /// </summary> | 15 | /// </summary> |