summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-11-06 20:16:50 +0000
committered <ed@FreeBSD.org>2011-11-06 20:16:50 +0000
commit637fddd99966303c683109ca5fe108ce7241799d (patch)
tree638942f7708b2c45777249043ff7b50634fe32e7 /sys/ufs
parent00f02b4aa3e9bc3463a7b86f26080804d08d14d9 (diff)
downloadFreeBSD-src-637fddd99966303c683109ca5fe108ce7241799d.zip
FreeBSD-src-637fddd99966303c683109ca5fe108ce7241799d.tar.gz
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.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/extattr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/ufs/ufs/extattr.h b/sys/ufs/ufs/extattr.h
index 3716ec2..7dd0235 100644
--- a/sys/ufs/ufs/extattr.h
+++ b/sys/ufs/ufs/extattr.h
@@ -115,10 +115,6 @@ struct extattr {
#include <sys/_sx.h>
-#ifdef MALLOC_DECLARE
-MALLOC_DECLARE(M_EXTATTR);
-#endif
-
struct vnode;
LIST_HEAD(ufs_extattr_list_head, ufs_extattr_list_entry);
struct ufs_extattr_list_entry {
OpenPOWER on IntegriCloud