Skip to content

Commit eb044f5

Browse files
committed
Remove unused imports.
1 parent 81fb707 commit eb044f5

File tree

5 files changed

+2
-13
lines changed

5 files changed

+2
-13
lines changed

src/Renci.SshNet/Common/SshData.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Linq;
55
#endif
66
using System.Text;
7-
using System.Globalization;
87

98
namespace Renci.SshNet.Common
109
{

src/Renci.SshNet/IClientAuthentication.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
6-
namespace Renci.SshNet
1+
namespace Renci.SshNet
72
{
83
internal interface IClientAuthentication
94
{

src/Renci.SshNet/ServiceFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using System.Security.Cryptography;
54
using System.Text;
65
using Renci.SshNet.Common;
76
using Renci.SshNet.Messages.Transport;

src/Renci.SshNet/Sftp/SftpFileAttributes.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.IO;
43
using System.Linq;
54
using System.Globalization;
6-
using System.Text;
75
using Renci.SshNet.Common;
86

97
namespace Renci.SshNet.Sftp

src/Renci.SshNet/Sftp/SftpFileSystemInformation.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Renci.SshNet.Common;
2-
3-
namespace Renci.SshNet.Sftp
1+
namespace Renci.SshNet.Sftp
42
{
53
/// <summary>
64
/// Contains File system information exposed by [email protected] request.

0 commit comments

Comments
 (0)