Remove some unreferenced NDP debug variable definitions.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2016-02-12 20:46:53 +00:00
parent 785eb42adf
commit 97dca6a207

View File

@ -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);