mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
nlist: Remove repeated shadowing variable declaration
Warned-by: gcc
This commit is contained in:
parent
72a82ee262
commit
8f59221c4f
@ -239,7 +239,6 @@ __fdnlist(int fd, struct nlist *list)
|
||||
for (s = sbuf; cc > 0 && nent > 0; ++s, cc -= sizeof(*s)) {
|
||||
char *name;
|
||||
Elf_Word size;
|
||||
struct nlist *p;
|
||||
|
||||
name = strtab + s->st_name;
|
||||
if (name[0] == '\0')
|
||||
|
Loading…
Reference in New Issue
Block a user