From: Stefan Fritsch Date: Wed, 19 Oct 2011 22:40:06 +0000 (+0000) Subject: Comment out some incomplete code that does nothing but produce a compiler X-Git-Tag: 2.3.15~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eececab6db609f482b94857ed73a7695ee9eea38;p=thirdparty%2Fapache%2Fhttpd.git Comment out some incomplete code that does nothing but produce a compiler warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1186545 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/simple/simple_io.c b/server/mpm/simple/simple_io.c index 5af7f2d9161..632ff2692e4 100644 --- a/server/mpm/simple/simple_io.c +++ b/server/mpm/simple/simple_io.c @@ -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 (?)");