Author: arybchik
Date: Wed Dec  9 06:59:04 2015
New Revision: 292010
URL: https://svnweb.freebsd.org/changeset/base/292010

Log:
  sfxge: cleanup: removed unused variable
  
  Submitted by:   Artem V. Andreev <Artem.Andreev at oktetlabs.ru>
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      2 days

Modified:
  head/sys/dev/sfxge/common/hunt_mcdi.c

Modified: head/sys/dev/sfxge/common/hunt_mcdi.c
==============================================================================
--- head/sys/dev/sfxge/common/hunt_mcdi.c       Wed Dec  9 06:53:43 2015        
(r292009)
+++ head/sys/dev/sfxge/common/hunt_mcdi.c       Wed Dec  9 06:59:04 2015        
(r292010)
@@ -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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to