svn commit: r210321 - head/lib/libelf

Kai Wang kaiw at FreeBSD.org
Wed Jul 21 08:43:48 UTC 2010


Author: kaiw
Date: Wed Jul 21 08:43:48 2010
New Revision: 210321
URL: http://svn.freebsd.org/changeset/base/210321

Log:
  Remove a superfluous comment.
  
  Obtained from:	     elftoolchain
  MFC after:	     1 month

Modified:
  head/lib/libelf/elf_update.c

Modified: head/lib/libelf/elf_update.c
==============================================================================
--- head/lib/libelf/elf_update.c	Wed Jul 21 08:27:56 2010	(r210320)
+++ head/lib/libelf/elf_update.c	Wed Jul 21 08:43:48 2010	(r210321)
@@ -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