]> granicus.if.org Git - apache/commitdiff
http2: silent compiler warning.
authorYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 21:07:21 +0000 (21:07 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 21:07:21 +0000 (21:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789221 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_workers.c

index 02e7d76336176477cd10900b8a5cde78a656dc35..86049be90245edf0cf12ad33e8af7cd40bdd7b9f 100644 (file)
@@ -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) {