From: nekral-guest Date: Fri, 23 Nov 2007 20:00:03 +0000 (+0000) Subject: Removed unused variable 'member'. X-Git-Tag: 4.1.0~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8d8f70b0e8b06a7f2afa63716a8b6689d668f40;p=shadow Removed unused variable 'member'. --- diff --git a/ChangeLog b/ChangeLog index 210fe5ae..17dab236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ -2007-11-22 Nicolas François +2007-11-23 Nicolas François + + * lib/groupio.c: Removed unused variable 'member'. + +2007-11-23 Nicolas François * man/chpasswd.8.xml: Document the variables used by chpasswd. The definitions are copied from login.defs. I should try to use a less error prone process for this. -2007-11-22 Nicolas François +2007-11-23 Nicolas François * man/login.defs.5.xml: Use for the values set by users. (was sometimes ) @@ -16,7 +20,7 @@ * man/login.defs.5.xml: Document the variables used by chpasswd and chgpasswd. -2007-11-22 Nicolas François +2007-11-23 Nicolas François * lib/shadowmem.c, lib/groupmem.c, lib/pwmem.c: svn propset svn:keywords Id diff --git a/lib/groupio.c b/lib/groupio.c index 8ac673d8..e49d8965 100644 --- a/lib/groupio.c +++ b/lib/groupio.c @@ -239,7 +239,6 @@ static struct commonio_entry *merge_group_entries (struct commonio_entry *gr1, { struct group *gptr1; struct group *gptr2; - char *member; char **new_members; int members = 0; char *new_line;