Forráskód Böngészése

Remove unused imports.

drieseng 9 éve
szülő
commit
f38262f775
1 módosított fájl, 1 hozzáadás és 3 törlés
  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
 {