From: Stefan Fritsch Date: Tue, 25 Oct 2011 22:32:22 +0000 (+0000) Subject: Add comment why the code is disabled X-Git-Tag: 2.3.15~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=340375975a1bb34f3c4fe77bc7f673b3fb5d6eae;p=thirdparty%2Fapache%2Fhttpd.git Add comment why the code is disabled git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188951 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/simple/simple_io.c b/server/mpm/simple/simple_io.c index 632ff2692e4..50e2d6ad27f 100644 --- a/server/mpm/simple/simple_io.c +++ b/server/mpm/simple/simple_io.c @@ -31,6 +31,7 @@ APLOG_USE_MODULE(mpm_simple); static void simple_io_timeout_cb(simple_core_t * sc, void *baton) { +/* Code disabled because it does nothing yet but causes a compiler warning */ #if 0 simple_conn_t *scon = (simple_conn_t *) baton; /* pqXXXXX: handle timeouts. */