aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-08-05 08:08:34 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-08-05 08:08:34 +0000
commit2bd29f8f66ba0772fc1b0ff70e412f912e981dfb (patch)
treea0ddae0f07db138b112edaf50f58b2f2bd9f82b8 /sys/dev/aic7xxx
parent7f7acad770dd188067f7a413b96b7f448449839e (diff)
downloadsrc-2bd29f8f66ba0772fc1b0ff70e412f912e981dfb.tar.gz
src-2bd29f8f66ba0772fc1b0ff70e412f912e981dfb.zip
Remove variables which are initialized but never used thereafter
reported by gcc46 warning Reviewed by: scottl Approved by: cperciva MFC after: 1 week
Notes
Notes: svn path=/head/; revision=239047
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic_osm_lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/aic7xxx/aic_osm_lib.c b/sys/dev/aic7xxx/aic_osm_lib.c
index b79f18aa0cba..a3d66450174b 100644
--- a/sys/dev/aic7xxx/aic_osm_lib.c
+++ b/sys/dev/aic7xxx/aic_osm_lib.c
@@ -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);
}
}