summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-02-09 17:19:12 +0000
committerscottl <scottl@FreeBSD.org>2005-02-09 17:19:12 +0000
commit60578220b43bee6c452132382acfbb6c8f78d90c (patch)
treea785a96443b9267fbdcdd0f890e6541be48e1b04 /sys
parent918851f101c3ee8695a011b9ecbf8145c9190408 (diff)
downloadFreeBSD-src-60578220b43bee6c452132382acfbb6c8f78d90c.zip
FreeBSD-src-60578220b43bee6c452132382acfbb6c8f78d90c.tar.gz
Remove some unused variables.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/amr/amr_cam.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/amr/amr_cam.c b/sys/dev/amr/amr_cam.c
index fb51eb9..66e4b5b 100644
--- a/sys/dev/amr/amr_cam.c
+++ b/sys/dev/amr/amr_cam.c
@@ -506,7 +506,6 @@ amr_cam_poll(struct cam_sim *sim)
static void
amr_cam_complete(struct amr_command *ac)
{
- struct amr_softc *sc = ac->ac_sc;
struct amr_passthrough *ap = (struct amr_passthrough *)ac->ac_data;
struct ccb_scsiio *csio = (struct ccb_scsiio *)ac->ac_private;
struct scsi_inquiry_data *inq = (struct scsi_inquiry_data *)csio->data_ptr;
@@ -570,7 +569,6 @@ amr_cam_complete(struct amr_command *ac)
static void
amr_cam_complete_extcdb(struct amr_command *ac)
{
- struct amr_softc *sc = ac->ac_sc;
struct amr_ext_passthrough *aep = (struct amr_ext_passthrough *)ac->ac_data;
struct ccb_scsiio *csio = (struct ccb_scsiio *)ac->ac_private;
struct scsi_inquiry_data *inq = (struct scsi_inquiry_data *)csio->data_ptr;
OpenPOWER on IntegriCloud