diff options
| author | Scott Long <scottl@FreeBSD.org> | 2015-08-10 08:57:34 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2015-08-10 08:57:34 +0000 |
| commit | 44f2b87692f29b837fcc36dcc61842330aa3a4e6 (patch) | |
| tree | 198c34f12744daafbbd4d53b8aa5f60b30076349 /sys/dev/mps | |
| parent | a1b862daec160f8d3460709746b38301ce04bfb8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mps')
| -rw-r--r-- | sys/dev/mps/mpsvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/mps/mpsvar.h b/sys/dev/mps/mpsvar.h index 0a8203464c92..0aa4a5ab4bf9 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); } |
