aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/Table.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Table.cs')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/Table.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Table.cs b/src/WixToolset.Data/WindowsInstaller/Table.cs
index c57d9d31..acb4b6fe 100644
--- a/src/WixToolset.Data/WindowsInstaller/Table.cs
+++ b/src/WixToolset.Data/WindowsInstaller/Table.cs
@@ -162,9 +162,6 @@ namespace WixToolset.Data.WindowsInstaller
162 case "WixDeltaPatchSymbolPaths": 162 case "WixDeltaPatchSymbolPaths":
163 row = new WixDeltaPatchSymbolPathsRow(sourceLineNumbers, this); 163 row = new WixDeltaPatchSymbolPathsRow(sourceLineNumbers, this);
164 break; 164 break;
165 case "WixFile":
166 row = new WixFileRow(sourceLineNumbers, this);
167 break;
168 case "WixGroup": 165 case "WixGroup":
169 row = new WixGroupRow(sourceLineNumbers, this); 166 row = new WixGroupRow(sourceLineNumbers, this);
170 break; 167 break;