Remove a superfluous comment.

Obtained from:	     elftoolchain
MFC after:	     1 month
This commit is contained in:
Kai Wang 2010-07-21 08:43:48 +00:00
parent 781ad8efe1
commit c0aaca95a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210321

View File

@ -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;