From aa7a09b999d440d574fd1096de1a76131ba19d9d Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 7 Dec 2019 15:44:24 +0000 Subject: [PATCH] Axe an empty line in order to synch with 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1870991 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index e7474c549c..40686bbd94 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1784,7 +1784,6 @@ PROXY_DECLARE(proxy_worker *) ap_proxy_get_worker(apr_pool_t *p, return max_worker; } - /* * To create a worker from scratch first we define the * specifics of the worker; this is all local data.