]> granicus.if.org Git - apache/commitdiff
remove unused #if 0-ed code when reading from the write bio
authorDoug MacEachern <dougm@apache.org>
Mon, 20 Aug 2001 23:53:50 +0000 (23:53 +0000)
committerDoug MacEachern <dougm@apache.org>
Mon, 20 Aug 2001 23:53:50 +0000 (23:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90445 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index 0dfb851f3b096c624a9e3d206cb046626bdb1d29..be27693ca519043db4383b0d781d875db1b8de21 100644 (file)
@@ -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 */