[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Web.Routing / System.Web.Routing / RouteTable.cs
index 6d15a46795ed127c9de88fe6922e1750d0dc14d0..ff0bc2e13dec78c70fb242a751ae8fb120f83969 100644 (file)
@@ -34,9 +34,7 @@ using System.Web;
 
 namespace System.Web.Routing
 {
-#if NET_4_0
        [TypeForwardedFrom ("System.Web.Routing, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
-#endif
        [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
        public class RouteTable