From d4aa2d0e8e90d19edef2d7e5d4b0aca7b57a658c Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Fri, 2 May 2025 08:30:32 +0200 Subject: [PATCH] Update ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertParenthesesVisitor.cs --- .../CSharp/OutputVisitor/InsertParenthesesVisitor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertParenthesesVisitor.cs b/ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertParenthesesVisitor.cs index ff6c22651..744ad9082 100644 --- a/ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertParenthesesVisitor.cs +++ b/ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertParenthesesVisitor.cs @@ -17,7 +17,6 @@ // DEALINGS IN THE SOFTWARE. using System; -using System.Linq; using ICSharpCode.Decompiler.CSharp.Syntax;