]> granicus.if.org Git - apache/commitdiff
Comment out some incomplete code that does nothing but produce a compiler
authorStefan Fritsch <sf@apache.org>
Wed, 19 Oct 2011 22:40:06 +0000 (22:40 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 19 Oct 2011 22:40:06 +0000 (22:40 +0000)
warning

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1186545 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/simple/simple_io.c

index 5af7f2d9161c699818437a221d0a02b6e7b0cd53..632ff2692e4bfa677e9a33154e88765d49e13970 100644 (file)
@@ -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 (?)");