Remove unused imports.

This commit is contained in:
drieseng
2016-05-01 19:53:00 +02:00
parent 81fb70798d
commit eb044f58e6
5 changed files with 2 additions and 13 deletions
-1
View File
@@ -4,7 +4,6 @@ using System.Collections.Generic;
using System.Linq;
#endif
using System.Text;
using System.Globalization;
namespace Renci.SshNet.Common
{
+1 -6
View File
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Renci.SshNet
namespace Renci.SshNet
{
internal interface IClientAuthentication
{
-1
View File
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using Renci.SshNet.Common;
using Renci.SshNet.Messages.Transport;
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Globalization;
using System.Text;
using Renci.SshNet.Common;
namespace Renci.SshNet.Sftp
@@ -1,6 +1,4 @@
using Renci.SshNet.Common;
namespace Renci.SshNet.Sftp
namespace Renci.SshNet.Sftp
{
/// <summary>
/// Contains File system information exposed by statvfs@openssh.com request.