Author: ed
Date: Mon Feb  9 11:27:56 2009
New Revision: 188385
URL: http://svn.freebsd.org/changeset/base/188385

Log:
  Remove a stale comment from the clists code.
  
  We don't support quote bits.

Modified:
  head/sys/kern/subr_clist.c

Modified: head/sys/kern/subr_clist.c
==============================================================================
--- head/sys/kern/subr_clist.c  Mon Feb  9 10:28:16 2009        (r188384)
+++ head/sys/kern/subr_clist.c  Mon Feb  9 11:27:56 2009        (r188385)
@@ -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);
        }
 }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to