svn commit: r192692 - head/sys/compat/ndis

Antoine Brodin antoine at FreeBSD.org
Sun May 24 18:35:53 UTC 2009


Author: antoine
Date: Sun May 24 18:35:53 2009
New Revision: 192692
URL: http://svn.freebsd.org/changeset/base/192692

Log:
  Remove an unused variable.

Modified:
  head/sys/compat/ndis/kern_ndis.c

Modified: head/sys/compat/ndis/kern_ndis.c
==============================================================================
--- head/sys/compat/ndis/kern_ndis.c	Sun May 24 18:34:54 2009	(r192691)
+++ head/sys/compat/ndis/kern_ndis.c	Sun May 24 18:35:53 2009	(r192692)
@@ -543,7 +543,7 @@ ndis_free_bufs(b0)
 
 	return;
 }
-int in_reset = 0;
+
 void
 ndis_free_packet(p)
 	ndis_packet		*p;


More information about the svn-src-all mailing list