Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2010 08:43:48 +0000 (UTC)
From:      Kai Wang <kaiw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210321 - head/lib/libelf
Message-ID:  <201007210843.o6L8hmo5064622@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007210843.o6L8hmo5064622>