Sfoglia il codice sorgente

Remove unused import.

drieseng 3 anni fa
parent
commit
bd7c02f6e4
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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;