summaryrefslogtreecommitdiffstats
path: root/sys/dev/mps
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mps')
-rw-r--r--sys/dev/mps/mpsvar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/mps/mpsvar.h b/sys/dev/mps/mpsvar.h
index 0a82034..0aa4a5a 100644
--- a/sys/dev/mps/mpsvar.h
+++ b/sys/dev/mps/mpsvar.h
@@ -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);
}
OpenPOWER on IntegriCloud