From 637fddd99966303c683109ca5fe108ce7241799d Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 6 Nov 2011 20:16:50 +0000 Subject: Remove MALLOC_DECLAREs of nonexisting malloc-pools. After careful grepping, it seems none of these pools can be found in our source tree. They are not in use, nor are they defined. --- sys/sys/event.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/sys/event.h') diff --git a/sys/sys/event.h b/sys/sys/event.h index d92eb55..08072a7 100644 --- a/sys/sys/event.h +++ b/sys/sys/event.h @@ -147,10 +147,6 @@ struct knlist { #ifdef _KERNEL -#ifdef MALLOC_DECLARE -MALLOC_DECLARE(M_KQUEUE); -#endif - /* * Flags for knote call */ -- cgit v1.1