소스 검색

Remove unused import.

drieseng 3 년 전
부모
커밋
bd7c02f6e4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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;