[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / CryptoAPITransform.cs
index 777017de58972acdf5f7817c0120e3dae9148793..e359b1ab1967332a9c143498ba9ada95c3b394d4 100644 (file)
@@ -67,11 +67,7 @@ namespace System.Security.Cryptography {
                        get { return 0; }
                }
 
-#if NET_4_0
                public void Dispose ()
-#else
-               void IDisposable.Dispose () 
-#endif
                {
                        Dispose (true);
                        GC.SuppressFinalize (this);  // Finalization is now unnecessary