mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove some unreferenced NDP debug variable definitions.
MFC after: 1 week
This commit is contained in:
parent
785eb42adf
commit
97dca6a207
1 changed files with 0 additions and 5 deletions
|
|
@ -113,11 +113,6 @@ VNET_DEFINE(int, nd6_debug) = 0;
|
|||
|
||||
static eventhandler_tag lle_event_eh, iflladdr_event_eh;
|
||||
|
||||
/* for debugging? */
|
||||
#if 0
|
||||
static int nd6_inuse, nd6_allocated;
|
||||
#endif
|
||||
|
||||
VNET_DEFINE(struct nd_drhead, nd_defrouter);
|
||||
VNET_DEFINE(struct nd_prhead, nd_prefix);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue