summaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 16528fa1ab77..c0ab17c86796 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -232,9 +232,4 @@
#ifdef _KERNEL
void panic __P((const char *, ...)) __dead2 __printflike(1, 2);
#endif
-
-#include "opt_param.h"
-#ifndef NMBCLUSTERS
-#define NMBCLUSTERS (512 + MAXUSERS * 16)
-#endif
#endif /* _SYS_PARAM_H_ */