[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / SqlDataSourceStatusEventHandler.cs
index 90ed1c2ac8a2158b8425c124660d6b46928ba6cb..90176d65ca61e49ed83d76b8f4c4ea0b669bb28c 100644 (file)
@@ -28,9 +28,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 namespace System.Web.UI.WebControls {
        public delegate void SqlDataSourceStatusEventHandler (object source, SqlDataSourceStatusEventArgs e);
 }
-#endif