mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
Remove a stale comment from the clists code.
We don't support quote bits.
This commit is contained in:
parent
c722e407dc
commit
89d647cb30
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188385
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user