Merge pull request #1695 from gregoryyoung/master
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / HtmlLink.cs
index c92d55db39d68db287138991e9c3de5eece73013..2c068e368b13caaf2914b334f6e138e7a7c8af95 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Chris Toshok (toshok@ximian.com)
 //
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2005-2010 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.ComponentModel;
 using System.Collections;
 using System.Security.Permissions;
@@ -77,4 +75,3 @@ namespace System.Web.UI.HtmlControls
        }
 }
 
-#endif