summary refs log tree commit diff
path: root/crypto/src/cms/CMSProcessableFile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/cms/CMSProcessableFile.cs')
-rw-r--r--crypto/src/cms/CMSProcessableFile.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/src/cms/CMSProcessableFile.cs b/crypto/src/cms/CMSProcessableFile.cs
index 486df1960..9444f885d 100644
--- a/crypto/src/cms/CMSProcessableFile.cs
+++ b/crypto/src/cms/CMSProcessableFile.cs
@@ -40,13 +40,6 @@ namespace Org.BouncyCastle.Cms
             Streams.PipeAll(inStr, zOut, _bufSize);
             Platform.Dispose(inStr);
 		}
-
-        /// <returns>The file handle</returns>
-		[Obsolete]
-		public virtual object GetContent()
-		{
-			return _file;
-		}
 	}
 }
 #endif