[System] Process.WaitForExit now triggers event Exited.
[mono.git] / mcs / class / corlib / System.Security / SecurityContext.cs
index 71f1f50ad1f6dd47506cad38efe7994aeef3fe4b..7d3f942fc8c473953e535a97bec25ce3065939b1 100644 (file)
@@ -34,9 +34,7 @@ using System.Threading;
 namespace System.Security {
 
        public sealed class SecurityContext
-#if NET_4_0
                : IDisposable
-#endif
        {
                private bool _capture;
                private IntPtr _winid;
@@ -89,11 +87,9 @@ namespace System.Security {
                        return capture;
                }
                
-#if NET_4_0
                public void Dispose ()
                {
                }
-#endif
 
                // internal stuff