From 24d714d47f6c0421f810dab7fea4fcc283000db4 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Wed, 4 Jan 2017 18:21:18 -0800 Subject: [PATCH] remove unused using. --- src/Compilers/Core/Portable/Text/TextLine.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Compilers/Core/Portable/Text/TextLine.cs b/src/Compilers/Core/Portable/Text/TextLine.cs index cd3efb5f4b0..dde1c35dfc2 100644 --- a/src/Compilers/Core/Portable/Text/TextLine.cs +++ b/src/Compilers/Core/Portable/Text/TextLine.cs @@ -1,7 +1,6 @@ // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; -using Microsoft.CodeAnalysis.Text; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Text @@ -199,4 +198,4 @@ public override int GetHashCode() return Hash.Combine(_text, Hash.Combine(_start, _endIncludingBreaks)); } } -} +} \ No newline at end of file -- GitLab