[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SymmetricAlgorithm.cs
index ba713e8c6e5a3b41374f05672ec3e3421147f111..4c01166480447a474cfd2cafd2c4b8fb10919baf 100644 (file)
@@ -53,11 +53,7 @@ namespace System.Security.Cryptography {
                        PaddingValue = PaddingMode.PKCS7;
                }
 
-#if NET_4_0
                public void Dispose ()
-#else
-               void IDisposable.Dispose () 
-#endif
                {
                        Dispose (true);
                        GC.SuppressFinalize (this);  // Finalization is now unnecessary