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.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Linker.cs b/src/WixToolset.Core/Linker.cs
index e9f9554c..431ba4c7 100644
--- a/src/WixToolset.Core/Linker.cs
+++ b/src/WixToolset.Core/Linker.cs
@@ -226,6 +226,11 @@ namespace WixToolset.Core
226 226
227 foreach (var symbol in section.Symbols) 227 foreach (var symbol in section.Symbols)
228 { 228 {
229 if (find.RedundantSymbols.Contains(symbol))
230 {
231 continue;
232 }
233
229 var copySymbol = true; // by default, copy symbols. 234 var copySymbol = true; // by default, copy symbols.
230 235
231 // handle special tables 236 // handle special tables