svn commit: r212197 - stable/7/lib/libelf
Kai Wang
kaiw at FreeBSD.org
Sat Sep 4 11:50:24 UTC 2010
Author: kaiw
Date: Sat Sep 4 11:50:23 2010
New Revision: 212197
URL: http://svn.freebsd.org/changeset/base/212197
Log:
MFC r210321:
Remove a superfluous comment.
Modified:
stable/7/lib/libelf/elf_update.c
Directory Properties:
stable/7/lib/libelf/ (props changed)
Modified: stable/7/lib/libelf/elf_update.c
==============================================================================
--- stable/7/lib/libelf/elf_update.c Sat Sep 4 11:50:17 2010 (r212196)
+++ stable/7/lib/libelf/elf_update.c Sat Sep 4 11:50:23 2010 (r212197)
@@ -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-stable
mailing list