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 2014/06/16 11:34:36 UTC

svn commit: r1602827 - /httpd/httpd/trunk/server/mpm/prefork/prefork.c

Author: ylavic
Date: Mon Jun 16 09:34:36 2014
New Revision: 1602827

URL: http://svn.apache.org/r1602827
Log:
Fixed unused "ap_listen_rec *lr;" in prefork_run().

Modified:
    httpd/httpd/trunk/server/mpm/prefork/prefork.c

Modified: httpd/httpd/trunk/server/mpm/prefork/prefork.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/prefork/prefork.c?rev=1602827&r1=1602826&r2=1602827&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/prefork/prefork.c (original)
+++ httpd/httpd/trunk/server/mpm/prefork/prefork.c Mon Jun 16 09:34:36 2014
@@ -956,7 +956,6 @@ static int prefork_run(apr_pool_t *_pcon
     int remaining_children_to_start;
     apr_status_t rv;
     int i;
-    ap_listen_rec *lr;
 
     ap_log_pid(pconf, ap_pid_fname);