[asp.net] Removed the DEBUG ifdefs, for the tests to compile.
[mono.git] / mcs / class / System.Web / System.Web.UI / ChtmlTextWriter.cs
index 6b6758c7552c1a40cf6c51a130a747b0526241d1..f02d74c7d6ea761a154d579426a94fca5b30a9f4 100644 (file)
@@ -6,7 +6,7 @@
 //
 
 //
-// Copyright (C) 2006 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2006-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
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.IO;
 using System.Collections;
@@ -180,5 +178,3 @@ namespace System.Web.UI {
                }
        }
 }
-
-#endif