mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Remove stale (unused) unit variables from if_tun and if_tap softc's.
This commit is contained in:
parent
5a78f313fb
commit
4a1be2f9f9
2 changed files with 0 additions and 3 deletions
|
|
@ -44,8 +44,6 @@
|
|||
struct tap_softc {
|
||||
struct arpcom arpcom; /* ethernet common data */
|
||||
#define tap_if arpcom.ac_if
|
||||
struct resource *tap_unit; /* unit */
|
||||
|
||||
u_short tap_flags; /* misc flags */
|
||||
#define TAP_OPEN (1 << 0)
|
||||
#define TAP_INITED (1 << 1)
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@
|
|||
|
||||
struct tun_softc {
|
||||
TAILQ_ENTRY(tun_softc) tun_list;
|
||||
int tun_unit;
|
||||
dev_t tun_dev;
|
||||
u_short tun_flags; /* misc flags */
|
||||
#define TUN_OPEN 0x0001
|
||||
|
|
|
|||
Loading…
Reference in a new issue