diff options
Diffstat (limited to 'crypto/src/cms/CMSProcessableByteArray.cs')
-rw-r--r-- | crypto/src/cms/CMSProcessableByteArray.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/src/cms/CMSProcessableByteArray.cs b/crypto/src/cms/CMSProcessableByteArray.cs index b09935dd8..c0dd661f2 100644 --- a/crypto/src/cms/CMSProcessableByteArray.cs +++ b/crypto/src/cms/CMSProcessableByteArray.cs @@ -40,12 +40,5 @@ namespace Org.BouncyCastle.Cms { zOut.Write(bytes, 0, bytes.Length); } - - /// <returns>A clone of the byte array</returns> - [Obsolete] - public virtual object GetContent() - { - return bytes.Clone(); - } } } |