From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SpPT0-0003AH-J1 for garchives@archives.gentoo.org; Thu, 12 Jul 2012 19:54:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56D1AE0268; Thu, 12 Jul 2012 19:54:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 245F8E0268 for ; Thu, 12 Jul 2012 19:54:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 892361B409E for ; Thu, 12 Jul 2012 19:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4B20EE5433 for ; Thu, 12 Jul 2012 19:54:17 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1342122846.09fa35229c35f9f93833192cebda38c2949b0392.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/manifest.py X-VCS-Directories: pym/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 09fa35229c35f9f93833192cebda38c2949b0392 X-VCS-Branch: master Date: Thu, 12 Jul 2012 19:54:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c60281bc-8669-4a95-b9e9-7cbd1d38451e X-Archives-Hash: 1d01b56021bd79863f09e4cd8628738f commit: 09fa35229c35f9f93833192cebda38c2949b0392 Author: Zac Medico gentoo org> AuthorDate: Thu Jul 12 19:54:06 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jul 12 19:54:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D09fa3522 manifest: remove unused mhashes variable --- pym/portage/manifest.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py index ab91862..a04b717 100644 --- a/pym/portage/manifest.py +++ b/pym/portage/manifest.py @@ -507,7 +507,6 @@ class Manifest(object): self.checkFileHashes(idtype, f, ignoreMissing=3DignoreMissingFiles) =09 def checkFileHashes(self, ftype, fname, ignoreMissing=3DFalse): - myhashes =3D self.fhashdict[ftype][fname] try: ok, reason =3D verify_all(self._getAbsname(ftype, fname), _filter_unaccelarated_hashes(self.fhashdict[ftype][fname]))