From 458ff7ce24b33f6df46ae8ef728685c555d55ff7 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 7 Jan 2021 15:37:28 -0800 Subject: Remove unnecessary SuppressMessage attributes --- src/WixToolset.Core/Compiler_Patch.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/WixToolset.Core/Compiler_Patch.cs') 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 /// Element to parse. /// /// - [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] private void ParsePatchFamilyGroupElement(XElement node, ComplexReferenceParentType parentType, string parentId) { var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); -- cgit v1.2.3-55-g6feb