linux24: remove unused NUMPAGGROUPS define

Remove the unused NUMPAGGROUPS define in the pag group handling
implementation for linux24. PAGS always take two group ids in linux24,
so the NUMPAGGROUPS define was not used in linux24. Remove the unused
constant.

This is a 1.6.x only change, since linux24 support has been removed on
the master branch.

Change-Id: I10d4d5744420b075a10deecf052d2ecc128ad8fe
Reviewed-on: https://gerrit.openafs.org/12563
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
Michael Meffie 2017-03-08 11:48:14 -05:00 committed by Stephan Wiesand
parent e99fac0e4c
commit 58464339da

View File

@ -28,8 +28,6 @@
#include "h/smp_lock.h"
#endif
#define NUMPAGGROUPS 2
static int
afs_setgroups(cred_t **cr, int ngroups, gid_t * gidset, int change_parent)
{