[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Web / System.Web.Security / PassportAuthenticationEventHandler.cs
index 3cc9e8a7b742752ff025a2c82e000bbc8da8804e..3cad8b56402e4d88229aaa1353b9fe25b0762301 100644 (file)
@@ -30,9 +30,7 @@
 
 namespace System.Web.Security
 {
-#if NET_4_0
        [Obsolete ("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")]
-#endif
        public delegate void PassportAuthenticationEventHandler (object sender,
                                                                 PassportAuthenticationEventArgs e);
 }