From: Krzysztof Wilczynski Date: Tue, 18 Oct 2011 19:59:49 +0000 (+0100) Subject: ipvs: Remove unused variable "cs" from ip_vs_leave function. X-Git-Tag: v3.2-rc1~68^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad542ced254f1c8560260e209f0f0d69dbae49e4;p=pandora-kernel.git ipvs: Remove unused variable "cs" from ip_vs_leave function. This is to address the following warning during compilation time: net/netfilter/ipvs/ip_vs_core.c: In function ‘ip_vs_leave’: net/netfilter/ipvs/ip_vs_core.c:532: warning: unused variable ‘cs’ This variable is indeed no longer in use. Signed-off-by: Krzysztof Wilczynski Signed-off-by: Simon Horman --- Reading git-diff-tree failed