aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_Patch.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-01-07 15:37:28 -0800
committerRob Mensching <rob@firegiant.com>2021-01-08 15:47:31 -0800
commit458ff7ce24b33f6df46ae8ef728685c555d55ff7 (patch)
treed4c238c6008caa8dd74d316112b82febae44c6a5 /src/WixToolset.Core/Compiler_Patch.cs
parenta36c59a4911a7db525f6b03dc98fac5adde163b4 (diff)
downloadwix-458ff7ce24b33f6df46ae8ef728685c555d55ff7.tar.gz
wix-458ff7ce24b33f6df46ae8ef728685c555d55ff7.tar.bz2
wix-458ff7ce24b33f6df46ae8ef728685c555d55ff7.zip
Remove unnecessary SuppressMessage attributes
Diffstat (limited to 'src/WixToolset.Core/Compiler_Patch.cs')
-rw-r--r--src/WixToolset.Core/Compiler_Patch.cs1
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);