mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ip_mroute: remove unused variables
Sponsored by: Stormshield Obtained from: Semihalf
This commit is contained in:
parent
e7961ccd9f
commit
776c34f646
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue