summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authorkaiw <kaiw@FreeBSD.org>2010-07-21 08:43:48 +0000
committerkaiw <kaiw@FreeBSD.org>2010-07-21 08:43:48 +0000
commitb1a05aa80bcc4234dbaadbbca6962ec53e39e096 (patch)
tree4eb2cfa992849d3ca06d615b82fa04b8d2e36c91 /lib/libelf
parent45419f13deabb9c04c89645bddb49cf29ca9858a (diff)
downloadFreeBSD-src-b1a05aa80bcc4234dbaadbbca6962ec53e39e096.zip
FreeBSD-src-b1a05aa80bcc4234dbaadbbca6962ec53e39e096.tar.gz
Remove a superfluous comment.
Obtained from: elftoolchain MFC after: 1 month
Diffstat (limited to 'lib/libelf')
-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 988609b..3c7cb0a 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;
OpenPOWER on IntegriCloud