Explorar el Código

Remove unused import.

drieseng hace 3 años
padre
commit
bd7c02f6e4
Se han modificado 1 ficheros con 1 adiciones y 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;