Merge pull request #2059 from ermshiperete/Xamarin-33968
[mono.git] / mcs / class / System.Web / System.Web.UI / CompilationMode.cs
index 557548df61b43671f15c1bcc7fb96dacd8a7cd87..2f9aafff8ea98af37457023c19e9c57a73e4d6c0 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Sanjay Gupta (gsanjay@novell.com)
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-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,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 namespace System.Web.UI {
        public enum CompilationMode {
                Auto = 0,
@@ -34,5 +33,4 @@ namespace System.Web.UI {
                Always = 2
        }
 }
-#endif