summaryrefslogtreecommitdiff
path: root/lib/idcache.c
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
commitbafeab8ed4ff0ddf04f5e670041e6d75d1f1087a (patch)
treedd3aed04bb7c64b1bd74351baec60cbe771236b8 /lib/idcache.c
parent8459376ccd48e61a2fc53ffbf01c872437a0d728 (diff)
downloadgnulib-bafeab8ed4ff0ddf04f5e670041e6d75d1f1087a.tar.gz
Ifdef out dcl of now-unused nogroup_alist.
Diffstat (limited to 'lib/idcache.c')
-rw-r--r--lib/idcache.c2
1 files changed, 2 insertions, 0 deletions
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. */