Remove a stale comment from the clists code.

We don't support quote bits.
This commit is contained in:
Ed Schouten 2009-02-09 11:27:56 +00:00
parent c722e407dc
commit 89d647cb30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188385

View File

@ -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);
}
}