You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2017/03/28 21:07:21 UTC

svn commit: r1789221 - /httpd/httpd/trunk/modules/http2/h2_workers.c

Author: ylavic
Date: Tue Mar 28 21:07:21 2017
New Revision: 1789221

URL: http://svn.apache.org/viewvc?rev=1789221&view=rev
Log:
http2: silent compiler warning.

Modified:
    httpd/httpd/trunk/modules/http2/h2_workers.c

Modified: httpd/httpd/trunk/modules/http2/h2_workers.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http2/h2_workers.c?rev=1789221&r1=1789220&r2=1789221&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http2/h2_workers.c (original)
+++ httpd/httpd/trunk/modules/http2/h2_workers.c Tue Mar 28 21:07:21 2017
@@ -128,7 +128,6 @@ static h2_fifo_op_t mplx_peek(void *head
 static apr_status_t get_next(h2_slot *slot)
 {
     h2_workers *workers = slot->workers;
-    apr_status_t status;
     
     slot->task = NULL;
     while (!slot->aborted) {