From: Julia Lawall Date: Mon, 17 Mar 2008 17:12:27 +0000 (-0700) Subject: ixgb: remove unused variable X-Git-Tag: v2.6.25-rc8~77^2~24 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7793ace780942831f9b2b2b0518e810ecbd4d6f;p=pandora-kernel.git ixgb: remove unused variable The variable num_group_tail_writes is initialized but never used otherwise. The semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // @@ type T; identifier i; constant C; @@ ( extern T i; | - T i; <+... when != i - i = C; ...+> ) // Signed-off-by: Julia Lawall Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed