From fcb8b226a1aace69e2dbada4bbf28084422b8483 Mon Sep 17 00:00:00 2001 From: David Hook Date: Mon, 24 May 2021 05:21:08 +1000 Subject: removed bogus code --- crypto/src/openpgp/PgpSignatureGenerator.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crypto/src') diff --git a/crypto/src/openpgp/PgpSignatureGenerator.cs b/crypto/src/openpgp/PgpSignatureGenerator.cs index 74dff2570..c5309689f 100644 --- a/crypto/src/openpgp/PgpSignatureGenerator.cs +++ b/crypto/src/openpgp/PgpSignatureGenerator.cs @@ -75,12 +75,6 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp lastb = 0; } - public void InitSign( - int sigType, - ISignatureWithDigestFactory signer) - { - } - public void Update( byte b) { -- cgit 1.5.1