From: Doug MacEachern Date: Mon, 20 Aug 2001 23:53:50 +0000 (+0000) Subject: remove unused #if 0-ed code when reading from the write bio X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1369afc29f89428bb8810b9d53f8d445eca9d497;p=thirdparty%2Fapache%2Fhttpd.git remove unused #if 0-ed code when reading from the write bio git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_io.c b/ssl_engine_io.c index 0dfb851f3b0..be27693ca51 100644 --- a/ssl_engine_io.c +++ b/ssl_engine_io.c @@ -174,24 +174,9 @@ static apr_status_t churn_output(SSLFilterRec *pRec) pRec->pOutputFilter->c->pool); APR_BRIGADE_INSERT_TAIL(pbbOutput,pbkt); done=1; - /* } else if(n == 0) { - apr_bucket *pbktEOS=apr_bucket_create_eos(); - APR_BRIGADE_INSERT_TAIL(pbbOutput,pbktEOS);*/ } assert (n > 0); /* XXX => Check if required */ -#if 0 /* XXX */ - else if (n == 0) - done = 1; - else - assert (n > 0); -#endif } -#if 0 /* XXX */ - else - { - done = 1; - } -#endif } while(done); /* XXX: check for errors */