From owner-svn-src-stable@FreeBSD.ORG Sat Sep 4 11:50:23 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4ECF106577D; Sat, 4 Sep 2010 11:50:23 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C2B4C8FC0A; Sat, 4 Sep 2010 11:50:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o84BoNZw003810; Sat, 4 Sep 2010 11:50:23 GMT (envelope-from kaiw@svn.freebsd.org) Received: (from kaiw@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o84BoNQv003808; Sat, 4 Sep 2010 11:50:23 GMT (envelope-from kaiw@svn.freebsd.org) Message-Id: <201009041150.o84BoNQv003808@svn.freebsd.org> From: Kai Wang Date: Sat, 4 Sep 2010 11:50:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r212197 - stable/7/lib/libelf X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2010 11:50:24 -0000 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;