From 7025a86fb314a93555c75215196605cb36fe8715 Mon Sep 17 00:00:00 2001 From: neel Date: Mon, 25 Feb 2013 20:31:47 +0000 Subject: Get rid of unused struct member. Pointed out by: Gopakumar T Obtained from: NetApp --- usr.sbin/bhyve/pci_emul.h | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/bhyve') diff --git a/usr.sbin/bhyve/pci_emul.h b/usr.sbin/bhyve/pci_emul.h index 079d5f2..db218bb 100644 --- a/usr.sbin/bhyve/pci_emul.h +++ b/usr.sbin/bhyve/pci_emul.h @@ -105,7 +105,6 @@ struct pci_devinst { uint8_t pi_bus, pi_slot, pi_func; uint8_t pi_lintr_pin; char pi_name[PI_NAMESZ]; - uint16_t pi_iobase; int pi_bar_getsize; struct { -- cgit v1.1