073bf17261
Delete a variable that is at most only assigned to a constant, but never used otherwise. A simplified version of the semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ type T; identifier i; constant c; @@ -T i; <... when != i -i = c; ...> // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |
||
---|---|---|
.. | ||
i810_accel.c | ||
i810_dvt.c | ||
i810_gtf.c | ||
i810_main.c | ||
i810_main.h | ||
i810_regs.h | ||
i810-i2c.c | ||
i810.h | ||
Makefile |