]> granicus.if.org Git - apache/commitdiff
Remove useless variable.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 12 Sep 2007 10:11:54 +0000 (10:11 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 12 Sep 2007 10:11:54 +0000 (10:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@574877 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index c0e14adb2872b62420a6dd17928e3810ed6f150d..3e888f75cee1096fa23bf177f16e2bcefeebeaf8 100644 (file)
@@ -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)
 {