svn commit: r286567 - head/sys/dev/mps

Scott Long scottl at FreeBSD.org
Mon Aug 10 08:57:35 UTC 2015


Author: scottl
Date: Mon Aug 10 08:57:34 2015
New Revision: 286567
URL: https://svnweb.freebsd.org/changeset/base/286567

Log:
  Remove some unused code.
  
  Obtained from:	Netflix, Inx.

Modified:
  head/sys/dev/mps/mpsvar.h

Modified: head/sys/dev/mps/mpsvar.h
==============================================================================
--- head/sys/dev/mps/mpsvar.h	Mon Aug 10 07:45:13 2015	(r286566)
+++ head/sys/dev/mps/mpsvar.h	Mon Aug 10 08:57:34 2015	(r286567)
@@ -494,9 +494,6 @@ mps_alloc_chain(struct mps_softc *sc)
 static __inline void
 mps_free_chain(struct mps_softc *sc, struct mps_chain *chain)
 {
-#if 0
-	bzero(chain->chain, 128);
-#endif
 	sc->chain_free++;
 	TAILQ_INSERT_TAIL(&sc->chain_list, chain, chain_link);
 }


More information about the svn-src-all mailing list