]> granicus.if.org Git - apache/commitdiff
Add comment why the code is disabled
authorStefan Fritsch <sf@apache.org>
Tue, 25 Oct 2011 22:32:22 +0000 (22:32 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 25 Oct 2011 22:32:22 +0000 (22:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188951 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/simple/simple_io.c

index 632ff2692e4bfa677e9a33154e88765d49e13970..50e2d6ad27fd7a93988cceebe31c9da97ec90abc 100644 (file)
@@ -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. */