aboutsummaryrefslogtreecommitdiff
path: root/src/wixext
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext')
-rw-r--r--src/wixext/SqlCompiler.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wixext/SqlCompiler.cs b/src/wixext/SqlCompiler.cs
index 162306b8..4618eaba 100644
--- a/src/wixext/SqlCompiler.cs
+++ b/src/wixext/SqlCompiler.cs
@@ -48,7 +48,6 @@ namespace WixToolset.Sql
48 { 48 {
49 case "Component": 49 case "Component":
50 var componentId = context["ComponentId"]; 50 var componentId = context["ComponentId"];
51 var directoryId = context["DirectoryId"];
52 51
53 switch (element.Name.LocalName) 52 switch (element.Name.LocalName)
54 { 53 {
@@ -68,7 +67,7 @@ namespace WixToolset.Sql
68 break; 67 break;
69 case "Fragment": 68 case "Fragment":
70 case "Module": 69 case "Module":
71 case "Product": 70 case "Package":
72 switch (element.Name.LocalName) 71 switch (element.Name.LocalName)
73 { 72 {
74 case "SqlDatabase": 73 case "SqlDatabase":