summary refs log tree commit diff
path: root/crypto/src/bcpg/Crc24.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/bcpg/Crc24.cs')
-rw-r--r--crypto/src/bcpg/Crc24.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/src/bcpg/Crc24.cs b/crypto/src/bcpg/Crc24.cs
index 97846f4fb..5521bbb64 100644
--- a/crypto/src/bcpg/Crc24.cs
+++ b/crypto/src/bcpg/Crc24.cs
@@ -27,12 +27,6 @@ namespace Org.BouncyCastle.Bcpg
             }
         }
 
-		[Obsolete("Use 'Value' property instead")]
-        public int GetValue()
-        {
-            return crc;
-        }
-
 		public int Value
 		{
 			get { return crc; }