summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2016-12-25 20:30:42 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2016-12-25 20:30:42 +0000
commit77e27bced3de71323a97c3e37554d024afe23b49 (patch)
tree54b1293ffc1bc84833ac45eff81914929b24beff /lib
parentbbe9e43d39cd5389f53d231f05aa7b0c5af9b16e (diff)
gcc says "if you define labels and don't use them, I will whine."
ok tom@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/nlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c
index fa966ac8b24..f4dae6eb32c 100644
--- a/lib/libc/gen/nlist.c
+++ b/lib/libc/gen/nlist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nlist.c,v 1.67 2016/09/21 04:38:56 guenther Exp $ */
+/* $OpenBSD: nlist.c,v 1.68 2016/12/25 20:30:41 krw Exp $ */
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -279,7 +279,6 @@ __fdnlist(int fd, struct nlist *list)
}
}
}
-elf_done:
if (usemalloc)
free(strtab);
else