diff options
| author | Rob Mensching <rob@firegiant.com> | 2020-05-23 01:53:03 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2020-05-23 02:00:44 -0700 |
| commit | f08e7529967fa9870faeee6dfa00f326c65cef1e (patch) | |
| tree | 6d4cdb72ab4e8fe76aaa58fe99272ee7107deb8c /src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs | |
| parent | 6b30680fd7a712b45538c3f0a89d652f0457a893 (diff) | |
| download | wix-f08e7529967fa9870faeee6dfa00f326c65cef1e.tar.gz wix-f08e7529967fa9870faeee6dfa00f326c65cef1e.tar.bz2 wix-f08e7529967fa9870faeee6dfa00f326c65cef1e.zip | |
Minor code cleanup
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs index 7ecd58d7..4ca5ec48 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateFileFacadesCommand.cs | |||
| @@ -12,7 +12,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 12 | using WixToolset.Core.WindowsInstaller.Msi; | 12 | using WixToolset.Core.WindowsInstaller.Msi; |
| 13 | using WixToolset.Data; | 13 | using WixToolset.Data; |
| 14 | using WixToolset.Data.Tuples; | 14 | using WixToolset.Data.Tuples; |
| 15 | using WixToolset.Data.WindowsInstaller; | ||
| 16 | using WixToolset.Extensibility.Services; | 15 | using WixToolset.Extensibility.Services; |
| 17 | 16 | ||
| 18 | /// <summary> | 17 | /// <summary> |
| @@ -36,8 +35,6 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 36 | 35 | ||
| 37 | public bool OverwriteHash { private get; set; } | 36 | public bool OverwriteHash { private get; set; } |
| 38 | 37 | ||
| 39 | public TableDefinitionCollection TableDefinitions { private get; set; } | ||
| 40 | |||
| 41 | public IDictionary<string, string> VariableCache { private get; set; } | 38 | public IDictionary<string, string> VariableCache { private get; set; } |
| 42 | 39 | ||
| 43 | public void Execute() | 40 | public void Execute() |
