Browse Source

Remove unused import.

drieseng 3 năm trước cách đây
mục cha
commit
bd7c02f6e4
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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;