diff options
-rw-r--r-- | src/freebsd_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/freebsd_pci.c b/src/freebsd_pci.c index ab7a8df..d140474 100644 --- a/src/freebsd_pci.c +++ b/src/freebsd_pci.c @@ -367,7 +367,6 @@ pci_device_freebsd_get_num_regions( struct pci_device * dev ) static int pci_device_freebsd_probe( struct pci_device * dev ) { - struct pci_device_private *priv = (struct pci_device_private *) dev; struct pci_bar_io bar; uint8_t irq; int err, i; |