diff options
author | kevlo <kevlo@FreeBSD.org> | 2013-06-13 05:46:19 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2013-06-13 05:46:19 +0000 |
commit | 0928b089d66e4e2cb7a83e0790cbc1b887fa2968 (patch) | |
tree | 60f8bc7ba8db322b28c49e37b1401eb4907ab8b0 /sys/dev/usb/net/if_axereg.h | |
parent | d0af4727051a8681fd5e44b0c1e614f98d337794 (diff) | |
download | FreeBSD-src-0928b089d66e4e2cb7a83e0790cbc1b887fa2968.zip FreeBSD-src-0928b089d66e4e2cb7a83e0790cbc1b887fa2968.tar.gz |
Remove unused variable sc_tx_bufsz.
The variable is initialized but not used.
Reviewed by: yongari
Diffstat (limited to 'sys/dev/usb/net/if_axereg.h')
-rw-r--r-- | sys/dev/usb/net/if_axereg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/net/if_axereg.h b/sys/dev/usb/net/if_axereg.h index ab2b28d..64cb235 100644 --- a/sys/dev/usb/net/if_axereg.h +++ b/sys/dev/usb/net/if_axereg.h @@ -349,7 +349,6 @@ struct axe_softc { uint8_t sc_phyaddrs[2]; uint16_t sc_pwrcfg; uint16_t sc_lenmask; - int sc_tx_bufsz; }; #define AXE_IS_178_FAMILY(sc) \ |