From 6928f664e467e26e9b46e0670f64b727046e0ae1 Mon Sep 17 00:00:00 2001 From: Alexander Gayko Date: Thu, 14 May 2020 10:34:31 +0200 Subject: [PATCH] removed unneccessary using. --- .../AbstractDocumentationCommentFormattingService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Features/Core/Portable/DocumentationComments/AbstractDocumentationCommentFormattingService.cs b/src/Features/Core/Portable/DocumentationComments/AbstractDocumentationCommentFormattingService.cs index cbe82c60881..0b2b4d3848c 100644 --- a/src/Features/Core/Portable/DocumentationComments/AbstractDocumentationCommentFormattingService.cs +++ b/src/Features/Core/Portable/DocumentationComments/AbstractDocumentationCommentFormattingService.cs @@ -3,7 +3,6 @@ // See the LICENSE file in the project root for more information. using System.Collections.Generic; -using System.Linq; using System.Text; using System.Threading; using System.Xml; -- GitLab