svn commit: r212196 - stable/8/lib/libelf
Kai Wang
kaiw at FreeBSD.org
Sat Sep 4 11:50:18 UTC 2010
Author: kaiw
Date: Sat Sep 4 11:50:17 2010
New Revision: 212196
URL: http://svn.freebsd.org/changeset/base/212196
Log:
MFC r210321:
Remove a superfluous comment.
Modified:
stable/8/lib/libelf/elf_update.c
Directory Properties:
stable/8/lib/libelf/ (props changed)
Modified: stable/8/lib/libelf/elf_update.c
==============================================================================
--- stable/8/lib/libelf/elf_update.c Sat Sep 4 08:42:19 2010 (r212195)
+++ stable/8/lib/libelf/elf_update.c Sat Sep 4 11:50:17 2010 (r212196)
@@ -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;
More information about the svn-src-all
mailing list