bhyve: Annotate an unused function as such

No functional change intended.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2022-10-23 10:46:39 -04:00
parent 489392feb7
commit eb805f4e0f

View File

@ -364,7 +364,7 @@ static void e82545_tx_start(struct e82545_softc *sc);
static void e82545_tx_enable(struct e82545_softc *sc);
static void e82545_tx_disable(struct e82545_softc *sc);
static inline int
static inline int __unused
e82545_size_stat_index(uint32_t size)
{
if (size <= 64) {