Commit ebd6b7db authored by Yann Ylavic's avatar Yann Ylavic
Browse files

http2: silent compiler warning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789221 13f79535-47bb-0310-9956-ffa450edef68
parent 5bc4034b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -128,7 +128,6 @@ static h2_fifo_op_t mplx_peek(void *head, void *ctx)
static apr_status_t get_next(h2_slot *slot)
{
    h2_workers *workers = slot->workers;
    apr_status_t status;
    
    slot->task = NULL;
    while (!slot->aborted) {