diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler_Patch.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler_Patch.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_Patch.cs b/src/WixToolset.Core/Compiler_Patch.cs index eb99d5c4..2fb1affb 100644 --- a/src/WixToolset.Core/Compiler_Patch.cs +++ b/src/WixToolset.Core/Compiler_Patch.cs | |||
@@ -448,7 +448,6 @@ namespace WixToolset.Core | |||
448 | /// <param name="node">Element to parse.</param> | 448 | /// <param name="node">Element to parse.</param> |
449 | /// <param name="parentType"></param> | 449 | /// <param name="parentType"></param> |
450 | /// <param name="parentId"></param> | 450 | /// <param name="parentId"></param> |
451 | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] | ||
452 | private void ParsePatchFamilyGroupElement(XElement node, ComplexReferenceParentType parentType, string parentId) | 451 | private void ParsePatchFamilyGroupElement(XElement node, ComplexReferenceParentType parentType, string parentId) |
453 | { | 452 | { |
454 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); | 453 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); |