aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Linker.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Linker.cs')
-rw-r--r--src/WixToolset.Core/Linker.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Linker.cs b/src/WixToolset.Core/Linker.cs
index 2c8508a8..bf7130db 100644
--- a/src/WixToolset.Core/Linker.cs
+++ b/src/WixToolset.Core/Linker.cs
@@ -587,7 +587,6 @@ namespace WixToolset.Core
587 { 587 {
588 var removeSymbols = new List<IntermediateSymbol>(); 588 var removeSymbols = new List<IntermediateSymbol>();
589 589
590 // Count down because we'll sometimes remove items from the list.
591 foreach (var symbol in section.Symbols) 590 foreach (var symbol in section.Symbols)
592 { 591 {
593 // Only process the "grouping parents" such as FeatureGroup, ComponentGroup, Feature, 592 // Only process the "grouping parents" such as FeatureGroup, ComponentGroup, Feature,