summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_mcx.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2020-06-12 05:28:11 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2020-06-12 05:28:11 +0000
commit4524008ae9e29bbc5ac3fe764c42b062b5a0facc (patch)
tree4bbe29e2e1a7e744f73998e13905edc2327b68ff /sys/dev/pci/if_mcx.c
parent2cd05d6c57a7a4ce06323259e3955090f2da1174 (diff)
remove unused mcx_softc members.
ok jmatthew@
Diffstat (limited to 'sys/dev/pci/if_mcx.c')
-rw-r--r--sys/dev/pci/if_mcx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_mcx.c b/sys/dev/pci/if_mcx.c
index 49525b51034..dd24865f5bb 100644
--- a/sys/dev/pci/if_mcx.c
+++ b/sys/dev/pci/if_mcx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mcx.c,v 1.50 2020/06/11 23:11:26 dlg Exp $ */
+/* $OpenBSD: if_mcx.c,v 1.51 2020/06/12 05:28:10 dlg Exp $ */
/*
* Copyright (c) 2017 David Gwynne <dlg@openbsd.org>
@@ -2004,9 +2004,6 @@ struct mcx_softc {
uint32_t sc_tx_cons;
uint32_t sc_tx_prod;
-
- uint64_t sc_last_cq_db;
- uint64_t sc_last_srq_db;
};
#define DEVNAME(_sc) ((_sc)->sc_dev.dv_xname)