summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index e331d4f..2b727db 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -4423,7 +4423,6 @@ ncr_complete (ncb_p np, nccb_p cp)
{
union ccb *ccb;
tcb_p tp;
- lcb_p lp;
/*
** Sanity check
@@ -4455,7 +4454,6 @@ ncr_complete (ncb_p np, nccb_p cp)
ccb = cp->ccb;
cp->ccb = NULL;
tp = &np->target[ccb->ccb_h.target_id];
- lp = tp->lp[ccb->ccb_h.target_lun];
/*
** We do not queue more than 1 nccb per target
OpenPOWER on IntegriCloud