
From: Andrew Morton <akpm@osdl.org>

net/ipv4/ipvs/ip_vs_conn.c: In function `ip_vs_random_dropentry':
net/ipv4/ipvs/ip_vs_conn.c:766: warning: unused variable `ct'

Cc: Neil Horman <nhorman@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 net/ipv4/ipvs/ip_vs_conn.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN net/ipv4/ipvs/ip_vs_conn.c~ipvs-close-race-conditions-on-ip_vs_conn_tab-list-modification-fix net/ipv4/ipvs/ip_vs_conn.c
--- 25/net/ipv4/ipvs/ip_vs_conn.c~ipvs-close-race-conditions-on-ip_vs_conn_tab-list-modification-fix	2005-06-25 01:37:16.000000000 -0700
+++ 25-akpm/net/ipv4/ipvs/ip_vs_conn.c	2005-06-25 01:37:16.000000000 -0700
@@ -763,7 +763,6 @@ void ip_vs_random_dropentry(void)
 {
 	int idx;
 	struct ip_vs_conn *cp;
-	struct ip_vs_conn *ct;
 
 	/*
 	 * Randomly scan 1/32 of the whole table every second
_
