linux/drivers/net/ixgb
Julia Lawall c7793ace78 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/)

// <smpl>
@@
type T;
identifier i;
constant C;
@@

(
extern T i;
|
- T i;
  <+... when != i
- i = C;
  ...+>
)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2008-03-25 23:16:09 -04:00
..
Makefile
ixgb.h
ixgb_ee.c
ixgb_ee.h
ixgb_ethtool.c ixgb: add RNBC counter - no buffer count - to ethtool stats 2008-02-24 00:07:44 -05:00
ixgb_hw.c
ixgb_hw.h
ixgb_ids.h
ixgb_main.c ixgb: remove unused variable 2008-03-25 23:16:09 -04:00
ixgb_osdep.h
ixgb_param.c