Removed unused variable 'member'.

This commit is contained in:
nekral-guest
2007-11-23 20:00:03 +00:00
parent f0ccf72107
commit d8d8f70b0e
2 changed files with 7 additions and 4 deletions

View File

@@ -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;