lib/gshadow.c: build_list(): Remove dead assignment
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
committed by
Serge Hallyn
parent
f3464103fb
commit
de4715d978
@@ -39,7 +39,7 @@ static struct sgrp sgroup;
|
||||
static /*@null@*/char **
|
||||
build_list(char *s, char ***lp, size_t *np)
|
||||
{
|
||||
char **l = *lp;
|
||||
char **l;
|
||||
size_t n = *np;
|
||||
|
||||
while (s != NULL && *s != '\0') {
|
||||
|
||||
Reference in New Issue
Block a user