Ver código fonte

Remove unused imports.

drieseng 9 anos atrás
pai
commit
f38262f775
1 arquivos alterados com 1 adições e 3 exclusões
  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
 {