diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2019-04-27 05:30:14 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2019-04-27 05:30:14 +0000 |
commit | 59bf5f3c0b5d592365a5e4b383dfc22aab5fdf55 (patch) | |
tree | 83a531a3739241fc045d2ae24062b1475aa02c43 /sys | |
parent | 274f25ad9fae900d14301675a06eb6270e6332bd (diff) |
remove sc_proto, it isn't used.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_vlan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index dc736c9ea94..f6e3d991f74 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vlan.c,v 1.193 2019/04/27 05:28:00 dlg Exp $ */ +/* $OpenBSD: if_vlan.c,v 1.194 2019/04/27 05:30:13 dlg Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology @@ -88,7 +88,6 @@ struct vlan_softc { unsigned int sc_ifidx0; /* parent interface */ int sc_rxprio; int sc_prio; - u_int16_t sc_proto; /* encapsulation ethertype */ u_int16_t sc_tag; u_int16_t sc_type; /* non-standard ethertype or 0x8100 */ LIST_HEAD(__vlan_mchead, vlan_mc_entry) |