From: Jean-Frederic Clere Date: Wed, 12 Sep 2007 10:11:54 +0000 (+0000) Subject: Remove useless variable. X-Git-Tag: 2.3.0~1426 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6079ae7aefea0c380aed3faef1c0c7b41b91311a;p=apache Remove useless variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574877 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index c0e14adb28..3e888f75ce 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -37,9 +37,6 @@ APR_DECLARE_OPTIONAL_FN(char *, ssl_var_lookup, #define MAX(x,y) ((x) >= (y) ? (x) : (y)) #endif -/* Global balancer counter */ -static int lb_workers_limit = 0; - /* return the sizeof of one lb_worker in scoreboard. */ static int ap_proxy_lb_worker_size(void) {