From: Yann Ylavic Date: Tue, 28 Mar 2017 21:07:21 +0000 (+0000) Subject: http2: silent compiler warning. X-Git-Tag: 2.5.0-alpha~517 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd4726984f67428ee1d1cf00f8374c925706b6e9;p=apache http2: silent compiler warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789221 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_workers.c b/modules/http2/h2_workers.c index 02e7d76336..86049be902 100644 --- a/modules/http2/h2_workers.c +++ b/modules/http2/h2_workers.c @@ -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) {