Remove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.

This commit is contained in:
Andre Oppermann 2013-02-01 14:16:37 +00:00
parent 71796d333c
commit 8291b48244
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246207

View File

@ -206,9 +206,4 @@
#define VM_MAX_AUTOTUNE_MAXUSERS 384
#endif
#ifndef VM_MAX_AUTOTUNE_NMBCLUSTERS
/* old maxusers max value. */
#define VM_MAX_AUTOTUNE_NMBCLUSTERS (1024 + VM_MAX_AUTOTUNE_MAXUSERS * 64)
#endif
#endif /* _MACHINE_VMPARAM_H_ */