summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_param.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c
index fcd8131..1504a78 100644
--- a/sys/kern/subr_param.c
+++ b/sys/kern/subr_param.c
@@ -240,8 +240,6 @@ init_param1(void)
TUNABLE_INT_FETCH("kern.ngroups", &ngroups_max);
if (ngroups_max < NGROUPS_MAX)
ngroups_max = NGROUPS_MAX;
- if (ngroups_max > INT_MAX - 1)
- ngroups_max = INT_MAX - 1;
}
/*
OpenPOWER on IntegriCloud