Fix for running against RabbitMQ 2.2
[mono.git] / mcs / class / System.Web / System.Web.UI.Adapters / ControlAdapter.cs
index bc22af6bee934048dece7f1347bff432df0f71ca..ea0aa13b97df70875b3c7d3ffc115140804e2548 100644 (file)
@@ -4,7 +4,7 @@
 // Author:
 //     Dick Porter  <dick@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,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System.Web;
 using System.Web.UI;
 using System.ComponentModel;
@@ -177,4 +176,4 @@ namespace System.Web.UI.Adapters
                }
        }
 }
-#endif
+