X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FNonVisualControlAttribute.cs;h=e5950e69cf9c85d431ca0ae74767b9586f33cd7f;hb=d7ae726e3583ed1e363247cae6b76307189cd807;hp=ffc2a8491c9319a587c17962920cbb45b6e9f9dd;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/NonVisualControlAttribute.cs b/mcs/class/System.Web/System.Web.UI/NonVisualControlAttribute.cs index ffc2a8491c9..e5950e69cf9 100644 --- a/mcs/class/System.Web/System.Web.UI/NonVisualControlAttribute.cs +++ b/mcs/class/System.Web/System.Web.UI/NonVisualControlAttribute.cs @@ -4,7 +4,7 @@ // Authors: // Lluis Sanchez Gual (lluis@novell.com) // -// (C) 2005 Novell, Inc (http://www.novell.com) +// (C) 2005-2010 Novell, Inc (http://www.novell.com) // // @@ -28,8 +28,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - using System; namespace System.Web.UI @@ -72,5 +70,3 @@ namespace System.Web.UI } } } - -#endif