[2.6 patch] drivers/block/cpqarray.c: remove an unused variable

From: Adrian Bunk
Date: Fri Jul 07 2006 - 19:32:35 EST


This patch removes a no longer used variable.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.17-mm6-full/drivers/block/cpqarray.c.old 2006-07-06 23:56:36.000000000 +0200
+++ linux-2.6.17-mm6-full/drivers/block/cpqarray.c 2006-07-06 23:56:15.000000000 +0200
@@ -1739,8 +1739,6 @@
(log_index < id_ctlr_buf->nr_drvs)
&& (log_unit < NWD);
log_unit++) {
- struct gendisk *disk = ida_gendisk[ctlr][log_unit];
-
size = sizeof(sense_log_drv_stat_t);

/*

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/