Remove unused imports.

This commit is contained in:
Gert Driesen
2018-07-21 12:56:56 +02:00
parent 6a017aef73
commit 7932ba7618
4 changed files with 2 additions and 9 deletions
@@ -1,5 +1,4 @@
using System;
using System.Diagnostics;
using System.Diagnostics;
#if FEATURE_DIAGNOSTICS_TRACESOURCE
using System.Threading;
#endif // FEATURE_DIAGNOSTICS_TRACESOURCE
-1
View File
@@ -1,6 +1,5 @@
using Renci.SshNet.Common;
using System;
using System.Collections.Generic;
namespace Renci.SshNet
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System.Collections.Generic;
namespace Renci.SshNet
namespace Renci.SshNet
{
/// <summary>
/// Base interface for authentication of a session using a given method.
-3
View File
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Renci.SshNet.Sftp
{