summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.h
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/fs/smbfs/smbfs.h
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/fs/smbfs/smbfs.h')
-rw-r--r--sys/fs/smbfs/smbfs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h
index 84c79a1..486959b 100644
--- a/sys/fs/smbfs/smbfs.h
+++ b/sys/fs/smbfs/smbfs.h
@@ -61,10 +61,6 @@ struct smbfs_args {
#include <sys/_sx.h>
-#ifdef MALLOC_DECLARE
-MALLOC_DECLARE(M_SMBFSMNT);
-#endif
-
struct smbnode;
struct smb_share;
struct u_cred;
OpenPOWER on IntegriCloud