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:
parent
98b0551737
commit
9e51392b20
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user