From d3e339bcd825716ef8a8784e3cda8e726e6299f8 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 8 Aug 2014 11:47:04 +0000 Subject: shared_scb_data set, but never used, remove it. --- sys/dev/aic7xxx/aic79xx_pci.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/aic7xxx') diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c index 2f02cc6..cb2dbc3 100644 --- a/sys/dev/aic7xxx/aic79xx_pci.c +++ b/sys/dev/aic7xxx/aic79xx_pci.c @@ -320,14 +320,12 @@ ahd_find_pci_device(aic_dev_softc_t pci) int ahd_pci_config(struct ahd_softc *ahd, struct ahd_pci_identity *entry) { - struct scb_data *shared_scb_data; u_int command; uint32_t devconfig; uint16_t device; uint16_t subvendor; int error; - shared_scb_data = NULL; ahd->description = entry->name; /* * Record if this is a HostRAID board. -- cgit v1.1