Ifdef out dcl of now-unused nogroup_alist.
authorJim Meyering <jim@meyering.net>
Sun, 31 Aug 1997 18:13:56 +0000 (18:13 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 31 Aug 1997 18:13:56 +0000 (18:13 +0000)
lib/idcache.c

index a327067..e8809c8 100644 (file)
@@ -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.  */