Skip to content

Commit 7932ba7

Browse files
committed
Remove unused imports.
1 parent 6a017ae commit 7932ba7

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

src/Renci.SshNet/Abstractions/DiagnosticAbstraction.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Diagnostics;
1+
using System.Diagnostics;
32
#if FEATURE_DIAGNOSTICS_TRACESOURCE
43
using System.Threading;
54
#endif // FEATURE_DIAGNOSTICS_TRACESOURCE

src/Renci.SshNet/AuthenticationMethod.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Renci.SshNet.Common;
22
using System;
3-
using System.Collections.Generic;
43

54
namespace Renci.SshNet
65
{

src/Renci.SshNet/IAuthenticationMethod.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Collections.Generic;
2-
3-
namespace Renci.SshNet
1+
namespace Renci.SshNet
42
{
53
/// <summary>
64
/// Base interface for authentication of a session using a given method.

src/Renci.SshNet/Sftp/ISftpFileReader.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
52

63
namespace Renci.SshNet.Sftp
74
{

0 commit comments

Comments
 (0)