summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-31 18:13:56 +0000
committerJim Meyering <jim@meyering.net>1997-08-31 18:13:56 +0000
commita14eed3cb273dfd6434091019c02a725b1077e6f (patch)
tree5be3a7009ea319aa71cccd6e6acc5ca2d72c1068 /lib
parent59e5cb3ea3db02d0744010cdeb76f0245e984824 (diff)
downloadcoreutils-a14eed3cb273dfd6434091019c02a725b1077e6f.tar.xz
Ifdef out dcl of now-unused nogroup_alist.
Diffstat (limited to 'lib')
-rw-r--r--lib/idcache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/idcache.c b/lib/idcache.c
index a327067da..e8809c838 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. */