[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Web.Abstractions / System.Web / HttpSessionStateBase.cs
index 1c15c2f260b4a17dab7c38ec82834a46dede30ed..61edd04b93aaf9adef8f2925c87aada6cef2ed17 100644 (file)
@@ -41,9 +41,7 @@ using System.Web.SessionState;
 
 namespace System.Web
 {
-#if NET_4_0
         [TypeForwardedFrom ("System.Web.Abstractions, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
-#endif
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        public abstract class HttpSessionStateBase : ICollection, IEnumerable