aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_Bundle.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-25 22:14:44 -0700
committerRob Mensching <rob@firegiant.com>2021-04-02 14:58:00 -0700
commit67bcf306aa020c5480b6dd28eab5db3d49264585 (patch)
tree8df5ca2371b2ae0b62aae41d76b7068f501ad1fc /src/WixToolset.Core/Compiler_Bundle.cs
parentc8d8b48c87254f2b3932f169bd5e2783fb8fb627 (diff)
downloadwix-67bcf306aa020c5480b6dd28eab5db3d49264585.tar.gz
wix-67bcf306aa020c5480b6dd28eab5db3d49264585.tar.bz2
wix-67bcf306aa020c5480b6dd28eab5db3d49264585.zip
Remove unused values
Diffstat (limited to 'src/WixToolset.Core/Compiler_Bundle.cs')
-rw-r--r--src/WixToolset.Core/Compiler_Bundle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/WixToolset.Core/Compiler_Bundle.cs
index 1c79a11b..7e07532e 100644
--- a/src/WixToolset.Core/Compiler_Bundle.cs
+++ b/src/WixToolset.Core/Compiler_Bundle.cs
@@ -354,7 +354,7 @@ namespace WixToolset.Core
354 this.ParseRelatedBundleElement(child); 354 this.ParseRelatedBundleElement(child);
355 break; 355 break;
356 case "Requires": 356 case "Requires":
357 this.ParseRequiresElement(child, null, false); 357 this.ParseRequiresElement(child, null);
358 break; 358 break;
359 case "SetVariable": 359 case "SetVariable":
360 this.ParseSetVariableElement(child); 360 this.ParseSetVariableElement(child);