summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-02-09 11:27:56 +0000
committered <ed@FreeBSD.org>2009-02-09 11:27:56 +0000
commitce1349c810e41062a310c4f80809b596e8e06dcc (patch)
tree63671ee5822baa9fc12e8ef59502728723989601
parente3d0161279089c5ab29bbfd186c2b17a999c10e4 (diff)
downloadFreeBSD-src-ce1349c810e41062a310c4f80809b596e8e06dcc.zip
FreeBSD-src-ce1349c810e41062a310c4f80809b596e8e06dcc.tar.gz
Remove a stale comment from the clists code.
We don't support quote bits.
-rw-r--r--sys/kern/subr_clist.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c
index 524f2c0..3baea99 100644
--- a/sys/kern/subr_clist.c
+++ b/sys/kern/subr_clist.c
@@ -85,10 +85,6 @@ cblock_alloc_cblocks(int number)
for (i = 0; i < number; ++i) {
cbp = malloc(sizeof *cbp, M_CLIST, M_WAITOK);
- /*
- * Freed cblocks have zero quotes and garbage elsewhere.
- * Set the may-have-quote bit to force zeroing the quotes.
- */
cblock_free(cbp);
}
}
OpenPOWER on IntegriCloud