Remove variables which are initialized but never used thereafter

reported by gcc46 warning

Reviewed by:	scottl
Approved by:	cperciva
MFC after:	1 week
This commit is contained in:
eadler 2012-08-05 08:08:34 +00:00
parent 98b0551737
commit 9e51392b20

View File

@ -54,9 +54,6 @@ aic_set_recoveryscb(struct aic_softc *aic, struct scb *scb)
* them after we've successfully fixed this problem.
*/
LIST_FOREACH(list_scb, &aic->pending_scbs, pending_links) {
union ccb *ccb;
ccb = list_scb->io_ctx;
callout_stop(&scb->io_timer);
}
}