Browse Source

Remove unused imports.

drieseng 9 năm trước cách đây
mục cha
commit
f38262f775
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      src/Renci.SshNet/Session.NET40.cs

+ 1 - 3
src/Renci.SshNet/Session.NET40.cs

@@ -1,6 +1,4 @@
-using System.Threading.Tasks;
-using System.Linq;
-using Renci.SshNet.Messages;
+using Renci.SshNet.Messages;
 
 namespace Renci.SshNet
 {