aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Macek <wma@FreeBSD.org>2022-01-11 11:50:38 +0000
committerWojciech Macek <wma@FreeBSD.org>2022-01-11 12:06:22 +0000
commit776c34f64615b8de2e2fb53920331d9e359138c8 (patch)
treea0f2a1813bf8e0b846226f07270d98123ce400c6
parente7961ccd9f99ea2ffebbd50f74bbd67b1cb30a87 (diff)
ip_mroute: remove unused variables
Sponsored by: Stormshield Obtained from: Semihalf
-rw-r--r--sys/netinet/ip_mroute.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c
index a380a9b864b8..8cd0b2ac7449 100644
--- a/sys/netinet/ip_mroute.c
+++ b/sys/netinet/ip_mroute.c
@@ -193,12 +193,6 @@ static eventhandler_tag if_detach_event_tag = NULL;
VNET_DEFINE_STATIC(struct callout, expire_upcalls_ch);
#define V_expire_upcalls_ch VNET(expire_upcalls_ch)
-VNET_DEFINE_STATIC(struct mtx, upcall_thread_mtx);
-#define V_upcall_thread_mtx VNET(upcall_thread_mtx)
-
-VNET_DEFINE_STATIC(struct cv, upcall_thread_cv);
-#define V_upcall_thread_cv VNET(upcall_thread_cv)
-
VNET_DEFINE_STATIC(struct mtx, buf_ring_mtx);
#define V_buf_ring_mtx VNET(buf_ring_mtx)