summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2015-12-09 06:59:04 +0000
committerarybchik <arybchik@FreeBSD.org>2015-12-09 06:59:04 +0000
commited378ec90dc751eb101c5636875dfb375aafff1a (patch)
tree0a7c4fa0b47998fc01bd898455f8cc3b4964c243
parent16b4b8743f0ac96b17e3c648e27ad8acfebe4302 (diff)
downloadFreeBSD-src-ed378ec90dc751eb101c5636875dfb375aafff1a.zip
FreeBSD-src-ed378ec90dc751eb101c5636875dfb375aafff1a.tar.gz
sfxge: cleanup: removed unused variable
Submitted by: Artem V. Andreev <Artem.Andreev at oktetlabs.ru> Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
-rw-r--r--sys/dev/sfxge/common/hunt_mcdi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sfxge/common/hunt_mcdi.c b/sys/dev/sfxge/common/hunt_mcdi.c
index 471b200..5ffe5f2 100644
--- a/sys/dev/sfxge/common/hunt_mcdi.c
+++ b/sys/dev/sfxge/common/hunt_mcdi.c
@@ -303,9 +303,6 @@ hunt_mcdi_read_response(
hunt_mcdi_request_poll(
__in efx_nic_t *enp)
{
-#if EFSYS_OPT_MCDI_LOGGING
- const efx_mcdi_transport_t *emtp = enp->en_mcdi.em_emtp;
-#endif /* EFSYS_OPT_MCDI_LOGGING */
efx_mcdi_iface_t *emip = &(enp->en_mcdi.em_emip);
efx_mcdi_req_t *emrp;
int state;
OpenPOWER on IntegriCloud