These types of things exist for a reason. Please don't
remove them…

On Oct 19, 2011, at 6:40 PM, [email protected] wrote:

> Author: sf
> Date: Wed Oct 19 22:40:06 2011
> New Revision: 1186545
> 
> URL: http://svn.apache.org/viewvc?rev=1186545&view=rev
> Log:
> Comment out some incomplete code that does nothing but produce a compiler
> warning
> 
> Modified:
>    httpd/httpd/trunk/server/mpm/simple/simple_io.c
> 
> Modified: httpd/httpd/trunk/server/mpm/simple/simple_io.c
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/simple/simple_io.c?rev=1186545&r1=1186544&r2=1186545&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/server/mpm/simple/simple_io.c (original)
> +++ httpd/httpd/trunk/server/mpm/simple/simple_io.c Wed Oct 19 22:40:06 2011
> @@ -31,12 +31,14 @@ APLOG_USE_MODULE(mpm_simple);
> 
> static void simple_io_timeout_cb(simple_core_t * sc, void *baton)
> {
> +#if 0
>     simple_conn_t *scon = (simple_conn_t *) baton;
>     /* pqXXXXX: handle timeouts. */
>     conn_rec *c = scon->c;
>     conn_state_t *cs = c->cs;
> 
>     cs = NULL;
> +#endif
> 
>     ap_log_error(APLOG_MARK, APLOG_WARNING, 0, ap_server_conf,
>                  "io timeout hit (?)");
> 
> 

Reply via email to