Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 08:57:35 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286567 - head/sys/dev/mps
Message-ID:  <201508100857.t7A8vZ3Z033510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508100857.t7A8vZ3Z033510>