X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI.WebControls.WebParts%2FConnectionPoint.cs;h=7529fae22e48b5add5dbe65bac841efd2490492f;hb=e137ff6f7e2594d3ce96b4c74b528d26cc80e11d;hp=932edd04357cd827a566cabbefa356fd451d402b;hpb=3331634f37c395ea87d15a2f3338b2bc66a8470a;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/ConnectionPoint.cs b/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/ConnectionPoint.cs index 932edd04357..7529fae22e4 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/ConnectionPoint.cs +++ b/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/ConnectionPoint.cs @@ -25,7 +25,6 @@ // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // -#if NET_2_0 using System.Web; using System.Reflection; @@ -84,4 +83,3 @@ namespace System.Web.UI.WebControls.WebParts { } } } -#endif