summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Wang <kaiw@FreeBSD.org>2010-09-04 11:50:23 +0000
committerKai Wang <kaiw@FreeBSD.org>2010-09-04 11:50:23 +0000
commit2ae10a93c501884aa421e7014c51f72913272c06 (patch)
tree705eb17f7f0a83505ad7c98e1226ab7abbe01797
parent3afd1b1f87983afc3037c58c813f0cb88aee4c2a (diff)
Notes
-rw-r--r--lib/libelf/elf_update.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libelf/elf_update.c b/lib/libelf/elf_update.c
index 988609b29fac..3c7cb0a54f61 100644
--- a/lib/libelf/elf_update.c
+++ b/lib/libelf/elf_update.c
@@ -297,7 +297,6 @@ _libelf_resync_sections(Elf *e, off_t rc)
else
sh_type = s->s_shdr.s_shdr64.sh_type;
- /* XXX Do we need the 'size' field of an SHT_NOBITS section */
if (sh_type == SHT_NOBITS || sh_type == SHT_NULL)
continue;