Explorar o código

Remove unused import.

drieseng %!s(int64=3) %!d(string=hai) anos
pai
achega
bd7c02f6e4
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/Renci.SshNet/Security/KeyExchangeECCurve25519.cs

+ 1 - 2
src/Renci.SshNet/Security/KeyExchangeECCurve25519.cs

@@ -1,5 +1,4 @@
-using System;
-using Renci.SshNet.Abstractions;
+using Renci.SshNet.Abstractions;
 using Renci.SshNet.Common;
 using Renci.SshNet.Messages.Transport;
 using Renci.SshNet.Security.Chaos.NaCl;