From: Jim Meyering Date: Sun, 31 Aug 1997 18:13:56 +0000 (+0000) Subject: Ifdef out dcl of now-unused nogroup_alist. X-Git-Tag: TEXTUTILS-1_22a~133 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a14eed3cb273dfd6434091019c02a725b1077e6f;p=thirdparty%2Fcoreutils.git Ifdef out dcl of now-unused nogroup_alist. --- 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. */