summary refs log tree commit diff
path: root/crypto/src/pkix
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@gmail.com>2022-10-17 17:45:51 +0700
committerPeter Dettman <peter.dettman@gmail.com>2022-10-17 17:45:51 +0700
commit1a1a6a635dc952520d6b90f411554b7d44e32954 (patch)
treef067d3c849fc1e84b40a9364146fb7f231f19906 /crypto/src/pkix
parentupdated public key encoding to latest version of draft RFC (diff)
downloadBouncyCastle.NET-ed25519-1a1a6a635dc952520d6b90f411554b7d44e32954.tar.xz
System.Linq cleanup
Diffstat (limited to 'crypto/src/pkix')
-rw-r--r--crypto/src/pkix/PkixCertPath.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/pkix/PkixCertPath.cs b/crypto/src/pkix/PkixCertPath.cs
index 54a3c8f6a..95280173a 100644
--- a/crypto/src/pkix/PkixCertPath.cs
+++ b/crypto/src/pkix/PkixCertPath.cs
@@ -1,7 +1,6 @@
 using System;
 using System.Collections.Generic;
 using System.IO;
-using System.Linq;
 
 using Org.BouncyCastle.Asn1;
 using Org.BouncyCastle.Asn1.X509;