[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / Rfc2898DeriveBytes.cs
index bb92272029f1b0af2391616a4a2f11a0800cd039..98e8dd30661e3f66e4316d8a43f772c2c3968c2c 100644 (file)
@@ -187,7 +187,6 @@ namespace System.Security.Cryptography {
                        _pos = 0;
                        _f = 0;
                }
-#if NET_4_0
                protected override void Dispose (bool disposing)
                {
                        Array.Clear (_buffer, 0, _buffer.Length);
@@ -195,7 +194,6 @@ namespace System.Security.Cryptography {
                        _hmac.Clear ();
                        base.Dispose (disposing);
                }
-#endif
        } 
 }