aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-02-09 17:19:12 +0000
committerScott Long <scottl@FreeBSD.org>2005-02-09 17:19:12 +0000
commit7e22e3674be22d6b741f66ae31669fa03293c9e8 (patch)
treea785a96443b9267fbdcdd0f890e6541be48e1b04 /sys/dev
parent62f8299baab8c7192ca36e00a830892d77b7081d (diff)
downloadsrc-7e22e3674be22d6b741f66ae31669fa03293c9e8.tar.gz
src-7e22e3674be22d6b741f66ae31669fa03293c9e8.zip
Remove some unused variables.
Notes
Notes: svn path=/head/; revision=141576
Diffstat (limited to 'sys/dev')
-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 fb51eb92a0b4..66e4b5b4a0fb 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;