Julia Lawall b97ef8757b drivers/net/ipg.c: remove unused variable
The variable gig 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: Jeff Garzik <jeff@garzik.org>
2008-03-17 07:56:42 -04:00
..
2008-02-24 00:28:48 -05:00
2008-03-17 07:56:31 -04:00
2008-02-22 16:50:29 -08:00
2008-02-24 20:03:42 +01:00
2008-03-05 18:37:39 -08:00
2008-02-19 15:52:27 -08:00
2008-02-23 17:12:14 -08:00
2008-02-23 23:57:45 -05:00
2008-02-23 19:49:34 -08:00
2008-02-23 17:12:14 -08:00
2008-02-21 15:27:07 -08:00
2008-02-23 20:29:09 -08:00