From bafeab8ed4ff0ddf04f5e670041e6d75d1f1087a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 31 Aug 1997 18:13:56 +0000 Subject: Ifdef out dcl of now-unused nogroup_alist. --- lib/idcache.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/idcache.c') diff --git a/lib/idcache.c b/lib/idcache.c index a327067daf..e8809c8383 100644 --- a/lib/idcache.c +++ b/lib/idcache.c @@ -135,7 +135,9 @@ getuidbyname (user) /* Use the same struct as for userids. */ static struct userid *group_alist; +#ifdef NOT_USED static struct userid *nogroup_alist; +#endif /* Translate GID to a group name or a stringified number, with cache. */ -- cgit v1.2.1