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-Tag: 2.0.25~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d806f444ecd527833cf593bd9f08980a81d2282;p=apache remove unused #if 0-ed code when reading from the write bio git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 0dfb851f3b..be27693ca5 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/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 */