Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 2010 11:50:17 +0000 (UTC)
From:      Kai Wang <kaiw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r212196 - stable/8/lib/libelf
Message-ID:  <201009041150.o84BoHaD003766@svn.freebsd.org>

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



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