1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-07 05:23:02 +02:00

Ifdef out dcl of now-unused nogroup_alist.

This commit is contained in:
Jim Meyering
1997-08-31 18:13:56 +00:00
parent 59e5cb3ea3
commit a14eed3cb2

View 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. */