CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2013/11/04 20:28:45

Modified files:
        sys/sys        : pool.h 
        sys/kern       : subr_pool.c 

Log message:
remove pool constructors and destructors. theyre called for every
get and put, so they dont save us anything by caching constructed
objects. there were no real users of them, and this api was never
documented. removing conditionals in a hot path cant be a bad idea
either.

ok deraadt@ krw@ kettenis@

Reply via email to