changeset 1001:8053b5172bd6

Ifdef out dcl of now-unused nogroup_alist.
author Jim Meyering <jim@meyering.net>
date Sun, 31 Aug 1997 18:13:56 +0000
parents 838bda447aad
children 6f044dafc50a
files lib/idcache.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/idcache.c
+++ b/lib/idcache.c
@@ -135,7 +135,9 @@
 
 /* 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.  */