Commit d863e82d authored by Doug MacEachern's avatar Doug MacEachern
Browse files

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
parent 1ef69876
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -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 */