From beacea6727631bdb33958102733aaaf819a0c495 Mon Sep 17 00:00:00 2001 From: drieseng Date: Sun, 17 Jul 2016 15:00:02 +0200 Subject: [PATCH] Remove unused imports. --- .../Classes/Common/ExtensionsTest_IsEqualTo_ByteArray.cs | 1 - .../Classes/Common/ExtensionsTest_Take_Count.cs | 1 - .../Classes/Common/ExtensionsTest_Take_OffsetAndCount.cs | 1 - .../Classes/Common/ExtensionsTest_ToGlobalRequestName.cs | 5 +---- .../Classes/Common/ExtensionsTest_TrimLeadingZeros.cs | 1 - .../Classes/Common/HostKeyEventArgsTest.cs | 1 - 6 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_IsEqualTo_ByteArray.cs b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_IsEqualTo_ByteArray.cs index 6eb5d245..583e2162 100644 --- a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_IsEqualTo_ByteArray.cs +++ b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_IsEqualTo_ByteArray.cs @@ -3,7 +3,6 @@ using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; -using Renci.SshNet.Common; namespace Renci.SshNet.Tests.Classes.Common { diff --git a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_Take_Count.cs b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_Take_Count.cs index f250b7e2..6148e50d 100644 --- a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_Take_Count.cs +++ b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_Take_Count.cs @@ -3,7 +3,6 @@ using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; -using Renci.SshNet.Common; namespace Renci.SshNet.Tests.Classes.Common { diff --git a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_Take_OffsetAndCount.cs b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_Take_OffsetAndCount.cs index 137a3c48..fd894051 100644 --- a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_Take_OffsetAndCount.cs +++ b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_Take_OffsetAndCount.cs @@ -1,7 +1,6 @@ using System; using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.TestTools.UnitTesting; -using Renci.SshNet.Common; namespace Renci.SshNet.Tests.Classes.Common { diff --git a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_ToGlobalRequestName.cs b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_ToGlobalRequestName.cs index 69802ee2..5d363407 100644 --- a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_ToGlobalRequestName.cs +++ b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_ToGlobalRequestName.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using Renci.SshNet.Messages.Connection; diff --git a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_TrimLeadingZeros.cs b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_TrimLeadingZeros.cs index 0aecfbe0..1d53a898 100644 --- a/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_TrimLeadingZeros.cs +++ b/src/Renci.SshNet.Tests/Classes/Common/ExtensionsTest_TrimLeadingZeros.cs @@ -1,7 +1,6 @@ using System; using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.TestTools.UnitTesting; -using Renci.SshNet.Common; namespace Renci.SshNet.Tests.Classes.Common { diff --git a/src/Renci.SshNet.Tests/Classes/Common/HostKeyEventArgsTest.cs b/src/Renci.SshNet.Tests/Classes/Common/HostKeyEventArgsTest.cs index 691860e1..12d231a6 100644 --- a/src/Renci.SshNet.Tests/Classes/Common/HostKeyEventArgsTest.cs +++ b/src/Renci.SshNet.Tests/Classes/Common/HostKeyEventArgsTest.cs @@ -1,6 +1,5 @@ using Renci.SshNet.Common; using Microsoft.VisualStudio.TestTools.UnitTesting; -using System; using Renci.SshNet.Security; using Renci.SshNet.Tests.Common;