[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / SqlDataSourceSelectingEventArgs.cs
index 05b31581c4608c7f21a4f7048960a47f2f42ed70..bb3bc4abe1a07e82a64092af7ceaa67c08714d06 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System.Data.Common;
 
 namespace System.Web.UI.WebControls {
@@ -46,5 +45,4 @@ namespace System.Web.UI.WebControls {
                }
        }
 }
-#endif