diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-17 13:20:15 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-10-17 13:20:15 +0700 |
commit | 5f892454e860c44e27979d635a75350da99e675d (patch) | |
tree | 8395dbe79428ed1ba7bff69becb37f7e5487bb92 /crypto/src/openpgp | |
parent | Merge branch 'keyhasing' of https://github.com/darkoperator/bc-csharp into da... (diff) | |
download | BouncyCastle.NET-ed25519-5f892454e860c44e27979d635a75350da99e675d.tar.xz |
Fix whitespace and remove Dispose method
Diffstat (limited to 'crypto/src/openpgp')
-rw-r--r-- | crypto/src/openpgp/PgpPublicKeyRing.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/openpgp/PgpPublicKeyRing.cs b/crypto/src/openpgp/PgpPublicKeyRing.cs index 592ca86c8..7b1ac93bf 100644 --- a/crypto/src/openpgp/PgpPublicKeyRing.cs +++ b/crypto/src/openpgp/PgpPublicKeyRing.cs @@ -169,7 +169,6 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp PgpPublicKeyRing pubRing, PgpPublicKey pubKey) { - IList keys = Platform.CreateArrayList(pubRing.keys); bool found = false; |