summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */