svn commit: r295575 - head/sys/netinet6

Mark Johnston markj at FreeBSD.org
Fri Feb 12 20:46:55 UTC 2016


Author: markj
Date: Fri Feb 12 20:46:53 2016
New Revision: 295575
URL: https://svnweb.freebsd.org/changeset/base/295575

Log:
  Remove some unreferenced NDP debug variable definitions.
  
  MFC after:	1 week

Modified:
  head/sys/netinet6/nd6.c

Modified: head/sys/netinet6/nd6.c
==============================================================================
--- head/sys/netinet6/nd6.c	Fri Feb 12 20:43:53 2016	(r295574)
+++ head/sys/netinet6/nd6.c	Fri Feb 12 20:46:53 2016	(r295575)
@@ -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);
 


More information about the svn-src-head mailing list