diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2019-04-29 04:26:48 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2019-04-29 04:26:48 +0000 |
commit | f9ddafc8e424047af0bd29372a6374967e6112c3 (patch) | |
tree | 5495dda027d1d5c4dbf37b4a120b8f3b69a3b521 /sys/net/if_trunk.h | |
parent | 83a040d9cf5f97fead696a3171900cc3bbecbb21 (diff) |
tr_unit is unused, so gc it
Diffstat (limited to 'sys/net/if_trunk.h')
-rw-r--r-- | sys/net/if_trunk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_trunk.h b/sys/net/if_trunk.h index c4408dc5e5d..21c575f4933 100644 --- a/sys/net/if_trunk.h +++ b/sys/net/if_trunk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_trunk.h,v 1.26 2018/08/12 23:50:31 ccardenas Exp $ */ +/* $OpenBSD: if_trunk.h,v 1.27 2019/04/29 04:26:47 dlg Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -208,7 +208,6 @@ struct trunk_ifreq { struct trunk_softc { struct arpcom tr_ac; /* virtual interface */ - int tr_unit; /* trunk unit */ enum trunk_proto tr_proto; /* trunk protocol */ u_int tr_count; /* number of ports */ struct trunk_port *tr_primary; /* primary port */ |