Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / System.Web / System.Web.UI / ExpressionBinding.cs
index 5219fbea13d8d98a78b583aadeed1bff83accc2f..b4d348e84f7bcacdff907c89e0d22112f42025bf 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Sanjay Gupta gsanjay@novell.com)
 //
-// (C) 2004 Novell, Inc. (http://www.novell.com)
+// (C) 2004-2010 Novell, Inc. (http://www.novell.com)
 //
 
 //
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 
 namespace System.Web.UI {
@@ -93,4 +92,3 @@ namespace System.Web.UI {
                }
        }
 }
-#endif