diff options
| author | Stefan Fritsch <sf@apache.org> | 2011-10-19 22:40:06 +0000 |
|---|---|---|
| committer | Stefan Fritsch <sf@apache.org> | 2011-10-19 22:40:06 +0000 |
| commit | eececab6db609f482b94857ed73a7695ee9eea38 (patch) | |
| tree | 9e283470bbb183c0488f7dec8d3247b1615e42b6 /server/mpm/simple | |
| parent | 64ea7a2b2f6617f2005498f6b441589b002c8b9b (diff) | |
| download | httpd-eececab6db609f482b94857ed73a7695ee9eea38.tar.gz | |
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
Diffstat (limited to 'server/mpm/simple')
| -rw-r--r-- | server/mpm/simple/simple_io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/mpm/simple/simple_io.c b/server/mpm/simple/simple_io.c index 5af7f2d916..632ff2692e 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 (?)"); |
