summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nlist.c b/src/nlist.c
index d22fa19..8012d5a 100644
--- a/src/nlist.c
+++ b/src/nlist.c
@@ -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')