diff options
author | 2015-12-08 10:18:56 +0000 | |
---|---|---|
committer | 2015-12-08 10:18:56 +0000 | |
commit | 95eb9d93fa4eea15ead4b5222cac7ef828ee2e4d (patch) | |
tree | 337410d9862336c316d9c475f8695d7c62526774 | |
parent | if_stop is unused, so kill it. (diff) | |
download | wireguard-openbsd-95eb9d93fa4eea15ead4b5222cac7ef828ee2e4d.tar.xz wireguard-openbsd-95eb9d93fa4eea15ead4b5222cac7ef828ee2e4d.zip |
Kill unused iftxlist.
ok dlg@
-rw-r--r-- | sys/net/if.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index ff469a17b61..417f6fc1706 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.423 2015/12/08 10:06:12 dlg Exp $ */ +/* $OpenBSD: if.c,v 1.424 2015/12/08 10:18:56 mpi Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -254,7 +254,6 @@ struct srp_gc if_ifp_gc = SRP_GC_INITIALIZER(if_ifp_dtor, NULL); struct srp_gc if_map_gc = SRP_GC_INITIALIZER(if_map_dtor, NULL); struct ifnet_head ifnet = TAILQ_HEAD_INITIALIZER(ifnet); -struct ifnet_head iftxlist = TAILQ_HEAD_INITIALIZER(iftxlist); unsigned int lo0ifidx; void |